diff options
Diffstat (limited to 'app/views/assets/show.html.erb')
| -rw-r--r-- | app/views/assets/show.html.erb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/assets/show.html.erb b/app/views/assets/show.html.erb new file mode 100644 index 00000000..dd657d30 --- /dev/null +++ b/app/views/assets/show.html.erb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | <% content_for :subnavigation do %> | ||
| 2 | <%= link_to 'Edit', edit_asset_path(@asset) %> | ||
| 3 | <%= link_to 'Back', assets_path %> | ||
| 4 | <% end %> | ||
| 5 | |||
| 6 | |||
| 7 | |||
| 8 | <%= image_tag @asset.upload.url(:medium) %><br /> | ||
| 9 | <%= @asset.upload.content_type %><br /> | ||
| 10 | <%= "#{@asset.upload.size/1024} KB" %><br /> \ No newline at end of file | ||
