UX: on topic list page for a tag, show the Create Topic button to admins too

This commit is contained in:
Neil Lalonde 2018-03-16 13:43:00 -04:00
parent bb6ac51607
commit cc16a64ad1
2 changed files with 9 additions and 5 deletions

View File

@ -14,13 +14,13 @@
{{#if showAdminControls}}
{{d-button action="deleteTag" icon="trash-o" class="admin-tag btn-danger"}}
{{d-button action="renameTag" actionParam=tag icon="pencil" class="admin-tag"}}
{{else}}
{{create-topic-button
canCreateTopic=canCreateTopic
disabled=createTopicDisabled
action=(route-action "createTopic")}}
{{/if}}
{{create-topic-button
canCreateTopic=canCreateTopic
disabled=createTopicDisabled
action=(route-action "createTopic")}}
{{#if showTagFilter}}
{{bread-crumbs categories=categories
category=category

View File

@ -395,6 +395,10 @@ ol.category-breadcrumb {
display: none;
}
.staff.tags-page #create-topic {
clear: right;
}
.topic-list-bottom h3 {
clear:both;
padding-top:10px;