Commit adc1c41536b20aeed5fbe75aa8e625d919cf0a06
1 parent
180657c9
Exists in
master
and in
3 other branches
modifying change on view.html
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
subjects/templates/subjects/view.html
... | ... | @@ -55,10 +55,10 @@ |
55 | 55 | <li><a href="javascript:delete_subject.get('{% url 'subjects:delete' subject.slug %}?view=index','#subject','#modal_subject')"><i class="fa fa-trash fa-fw" aria-hidden="true"></i> {% trans 'Remove' %}</a></li> |
56 | 56 | </ul> |
57 | 57 | {% endif %} |
58 | - <a href="" ><i class="fa fa-list" aria-hidden="true"></i></a> | |
59 | - <a href=""><i class="fa fa-envelope-o" aria-hidden="true"></i></a> | |
60 | - <a href=""><i class="fa fa-exclamation-triangle" aria-hidden="true"></i></a> | |
61 | 58 | <a href=""><i class="fa fa-bar-chart" aria-hidden="true"></i></a> |
59 | + <a href=""><i class="fa fa-exclamation-triangle" aria-hidden="true"></i></a> | |
60 | + <a href=""><i class="fa fa-envelope-o" aria-hidden="true"></i></a> | |
61 | + <a href="" ><i class="fa fa-list" aria-hidden="true"></i></a> | |
62 | 62 | </div> |
63 | 63 | </div> |
64 | 64 | </div> | ... | ... |