FEATURE: show create new topic link on mobile
This commit is contained in:
parent
fc05164667
commit
2509bef2c0
|
@ -169,7 +169,7 @@ export default Ember.Controller.extend({
|
||||||
|
|
||||||
@computed('expanded', 'model.grouped_search_result.can_create_topic')
|
@computed('expanded', 'model.grouped_search_result.can_create_topic')
|
||||||
canCreateTopic(expanded, userCanCreateTopic) {
|
canCreateTopic(expanded, userCanCreateTopic) {
|
||||||
return this.currentUser && userCanCreateTopic && !this.site.mobileView && !expanded;
|
return this.currentUser && userCanCreateTopic && !expanded;
|
||||||
},
|
},
|
||||||
|
|
||||||
@computed('expanded')
|
@computed('expanded')
|
||||||
|
|
Loading…
Reference in New Issue