##// END OF EJS Templates
Prettier moderator action links in MD theme
neko259 -
r1261:474504ea default
parent child Browse files
Show More
@@ -354,8 +354,6 b' li {'
354 354
355 355 .moderator_info {
356 356 color: #e99d41;
357 float: right;
358 font-weight: bold;
359 357 opacity: 0.4;
360 358 }
361 359
@@ -546,4 +544,4 b' button {'
546 544 .image-metadata {
547 545 font-style: italic;
548 546 font-size: 0.9em;
549 } No newline at end of file
547 }
@@ -39,9 +39,9 b''
39 39
40 40 {% if moderator %}
41 41 <span class="moderator_info">
42 <a href="{% url 'admin:boards_post_change' post.id %}">{% trans 'Edit' %}</a>
42 | <a href="{% url 'admin:boards_post_change' post.id %}">{% trans 'Edit' %}</a>
43 43 {% if is_opening %}
44 | <a href="{% url 'admin:boards_thread_change' thread.id %}">{% trans 'Edit thread' %}</a>
44 | <a href="{% url 'admin:boards_thread_change' thread.id %}">{% trans 'Edit thread' %}</a>
45 45 {% endif %}
46 46 </span>
47 47 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now