Skip to content

Commit

Permalink
Merge pull request #283 from birdbrained/show-description-editor
Browse files Browse the repository at this point in the history
Show description editor
  • Loading branch information
cameronblandford authored Nov 17, 2017
2 parents 34c7344 + f39d914 commit f8acb1c
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions app/templates/collections/collection/edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@

<div class="input-item">
<label for="collectionDescription">Description</label>
{{#if collection.description}}
{{textarea
class="form-control"
value=collection.description
id="collectionDescription"}}
{{else}}
<span class="text-muted" {{action 'showEdit'}}>Add description</span>
{{/if}}
{{textarea
class="form-control"
value=collection.description
id="collectionDescription"}}
</div>

<div class="input-item">
Expand Down

0 comments on commit f8acb1c

Please sign in to comment.