Skip to content

Commit

Permalink
changes input to use image.path (temp) #49
Browse files Browse the repository at this point in the history
  • Loading branch information
jamemackson committed Jul 15, 2015
1 parent 00c6d97 commit 10a96c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/pods/admin/artist/images/edit/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<label for="title">Title</label>
{{input type="text" value=model.title class=''}}
<label for="path">Path</label>
{{input type="text" readonly="true" value=model.fullUrl class='disabled' }}
{{input type="text" readonly="true" value=model.path class='disabled' }}
<label for="description">Description</label>
{{input type="text" value=model.description class=''}}
<label for="order">Order</label>
Expand Down

0 comments on commit 10a96c4

Please sign in to comment.