Skip to content

Commit

Permalink
Remove checkmark for topfoodreport
Browse files Browse the repository at this point in the history
  • Loading branch information
wasade authored Feb 2, 2021
1 parent 269ad45 commit 9889b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsetta_interface/templates/source.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
</div>
<div class="col-sm">
{% if sample.ffq %}
<a class="btn btn-outline-success" href="/accounts/{{account_id}}/sources/{{source_id}}/surveys/{{sample.ffq}}/reports/topfoodreport">View Top Food Report</a><span class="fa fa-check"/>
<a class="btn btn-outline-success" href="/accounts/{{account_id}}/sources/{{source_id}}/surveys/{{sample.ffq}}/reports/topfoodreport">View Top Food Report</a>
{% else %}
<a class="btn btn-outline-primary" href="/accounts/{{account_id}}/sources/{{source_id}}/samples/{{sample.sample_id}}/survey_templates/{{vioscreen_id}}">Food Frequency Questionnaire</a><span class="fa fa-unchecked"/>
{% endif %} <!-- end of if sample.ffq -->
Expand Down

0 comments on commit 9889b9e

Please sign in to comment.