OSDN Git Service

classname rename to module_name
[pettanr/pettanr.git] / app / views / pictures / _head.html.erb
1 <table>
2   <tr>
3     <td>
4       <%= tag :img, picture.opt_img_tag -%>
5       <h2><%= t('pictures.credit.title') %></h2>
6       <%= render picture.full_credit_template, :picture => picture %>
7     </td>
8     <td>
9       <h2>
10         <%= t_m 'Picture.revision' -%>:<%= picture.revision %>
11       </h2>
12       <div>
13         <%= t_m 'Picture.ext' -%>:<%= picture.ext %>
14       </div>
15       <div>
16         <%= t_m 'Picture.width' -%>:<%= picture.width %> px
17       </div>
18       <div>
19         <%= t_m 'Picture.height' -%>:<%= picture.height %> px
20       </div>
21       <div>
22         <%= t_m 'Picture.filesize' -%>:<%= picture.filesize %>bytes
23       </div>
24     </td>
25   </tr>
26 </table>