Always show the description section on item page

This commit is contained in:
Andrew Miner
2015-05-29 18:01:15 -07:00
parent 8c63404c1f
commit 775da32510
2 changed files with 1 additions and 6 deletions
@@ -184,11 +184,6 @@ module.exports = class ItemPageController extends PageController
if @model.item?.description?.length > 0
@_descriptionController.model = @model.item.description
@_descriptionController.resetToDefaultState()
@show @$descriptionSection
else if @user?
@show @$descriptionSection
else
@hide @$descriptionSection
_refreshRecipes: ->
@_recipeControllers ?= []
+1 -1
View File
@@ -22,7 +22,7 @@
h2 Recipes
.panel
.description.section.hideable.hidden
.description.section
h2 Description
.panel.markdown