OSDN Git Service

t#30102:update i18n color,sp,sbt
[pettanr/pettanr.git] / app / views / system_pictures / browse.html.erb
1 <h1><%= t '.title' -%></h1>
2 <p id="notice"><%= notice %></p>
3
4 <%= link_to tag(:img, :src => @system_picture.url), @system_picture.url %>
5 <p>
6   <b><%= t_m 'SystemPicture.id' -%>:</b>
7   <%= @system_picture.id %>
8 </p>
9
10 <p>
11   <b><%= t_m 'SystemPicture.ext' -%>:</b>
12   <%= @system_picture.ext %>
13 </p>
14
15 <p>
16   <b><%= t_m 'SystemPicture.width' -%>:</b>
17   <%= @system_picture.width %>
18 </p>
19
20 <p>
21   <b><%= t_m 'SystemPicture.height' -%>:</b>
22   <%= @system_picture.height %>
23 </p>
24
25 <p>
26   <b><%= t_m 'SystemPicture.filesize' -%>:</b>
27   <%= @system_picture.filesize %>
28 </p>
29
30 <p>
31   <b><%= t_m 'SystemPicture.md5' -%>:</b>
32   <%= @system_picture.md5 %>
33 </p>
34
35 <p>
36   <b><%= t_m 'SystemPicture.created_at' -%>:</b>
37   <%= @system_picture.created_at %>
38 </p>
39
40 <p>
41   <b><%= t_m 'SystemPicture.updated_at' -%>:</b>
42   <%= @system_picture.updated_at %>
43 </p>
44
45 <%= link_to t('link.back'), :action => :list %>