Skip to content

Commit

Permalink
Merge pull request #3325 from Glignos/update_harvests_HP_category
Browse files Browse the repository at this point in the history
holdingpen: add arxiv updates card
  • Loading branch information
drjova authored Apr 6, 2018
2 parents 5cc1e90 + 828eff4 commit ca92465
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ $hp_table_bg: #fff;
&.new-literature-submissions {
background-color: $carrot;
}

&.arxiv-updates {
background-color: $wisteria;
}
}

.statuses {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h3 class="text-center header-text">

<holding-pen-dashboard-item
template="{{url_for('static', filename='node_modules/inspirehep-search-js/dist/templates/inspirehep-holdingpen-js/dashboard_stat_block.html')}}"
filter_string="source=arXiv&workflow_name=HEP"
filter_string="source=arXiv&workflow_name=HEP&is-update=false"
secondary_filter="status"
section_title="arxiv harvests">
</holding-pen-dashboard-item>
Expand Down Expand Up @@ -92,6 +92,16 @@ <h3 class="text-center header-text">
</div>
</div>

<div class="col-md-3 col-sm-6">

<holding-pen-dashboard-item
template="{{url_for('static', filename='node_modules/inspirehep-search-js/dist/templates/inspirehep-holdingpen-js/dashboard_stat_block.html')}}"
filter_string="source=arXiv&workflow_name=HEP&is-update=true"
secondary_filter="status"
section_title="arxiv updates">
</holding-pen-dashboard-item>
</div>

<div class="col-md-3 col-sm-6">

<holding-pen-dashboard-item
Expand Down

0 comments on commit ca92465

Please sign in to comment.