Sha256: 0385650477f99a54f08e36b19b7774b5b620c22eb71e8c84c9cb2d58e19b3efb
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
<tr id='iformat<%= li.name %>'> <% if li.name == 'full' -%> <td class="adm_icon"><%= _('full_iformat_img') %></td> <% else -%> <td class="adm_icon"><%= link_to_remote( li.new_record? ? _('default_iformat_img') : _('iformat_img'), :update =>"iformat#{li.name}", :url => edit_iformat_path(li.pseudo_id), :method => :get) %></td> <% end -%> <td><%= li.name %></td> <td><%= li.size %></td> <td><%= li.width %></td> <td><%= li.height %></td> <td><%= li.gravity %></td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
zena-0.15.0 | app/views/iformats/_li.rhtml |