OSDN Git Service

fix: fetch fail
[pettanr/pettanr.git] / app / views / resource_picture_pictures / show.html.erb
1 <h1>
2   <%= link_to icon_tag('ResourcePicturePicture'), resource_picture_picture_path(@item) %>
3   <%= t '.title' -%>
4   <%= link_to icon_tag('Prof'), resource_picture_picture_path(@item, :format => :prof) %>
5 </h1>
6
7
8 <%= link_to tag(:img, @item.opt_img_tag), @item.url %>
9
10 <%= render @item.full_credit_template, :picture => @item %>
11
12 <p>
13   <b><%= t_m 'ResourcePicture.ext' -%>:</b>
14   <%= @item.ext %>
15 </p>
16
17 <p>
18   <b><%= t_m 'ResourcePicture.filesize' -%>:</b>
19   <%= @item.filesize %>
20 </p>
21
22 <p>
23   <b><%= t_m 'ResourcePicture.created_at' -%>:</b>
24   <%= l @item.created_at %>
25 </p>
26
27 <p>
28   <b><%= t_m 'ResourcePicture.updated_at' -%>:</b>
29   <%= l @item.updated_at %>
30 </p>
31