Skip to content

Commit

Permalink
feature: #20 add a link to judge queue
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-imba committed Jul 4, 2020
1 parent d5c6f67 commit 7713844
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vj4/ui/templates/partials/problem_sidebar_homework.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ <h1 class="section__title">{{ pdoc['title'] }}</h1>
<li class="menu__item"><a class="menu__link{% if page_name == 'problem_settings' %} active{% endif %}" href="{{ reverse_url('problem_settings', pid=pdoc['doc_id']) }}">
<span class="icon icon-wrench"></span> {{ _('Settings') }}
</a></li>
<li class="menu__item"><a class="menu__link" href="{{ reverse_url('record_main') + "?pid=" + pdoc['doc_id'].__str__() }}">
<span class="icon icon-schedule"></span> {{ _('Records') }}
</a></li>
{% endif %}
</ol>
{% endif %}
Expand Down

0 comments on commit 7713844

Please sign in to comment.