UX: on topic list page for a tag, show the Create Topic button to admins too
This commit is contained in:
parent
bb6ac51607
commit
cc16a64ad1
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue