We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542f6a7 commit 9921af2Copy full SHA for 9921af2
src/themes/OLH/templates/core/nav.html
@@ -101,15 +101,15 @@
101
102
{% if request.journal.nav_start and not journal_settings.general.disable_journal_submission %}
103
<li>
104
- <a href="{% url 'submission_start' %}" class="button">
+ <a href="{% url 'submission_start' %}" >
105
<i aria-hidden="true" class="fa fa-cloud-upload"></i> {% trans 'Start Submission' %}
106
</a>
107
</li>
108
{% endif %}
109
110
{% if request.journal.nav_review %}
111
112
- <a href="{% url 'become_reviewer' %}" class="button">
+ <a href="{% url 'become_reviewer' %}" >
113
<i aria-hidden="true" class="fa fa-trophy"></i>
114
{% trans 'Become a Reviewer' %}
115
0 commit comments