Sha256: e97326d2712f1d6da1dd3f4fcc004fbd6bc9425eb00b911c99371d16b421086b
Contents?: true
Size: 554 Bytes
Versions: 14
Compression:
Stored size: 554 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.popup_name %></td> <td><%= li.gravity %></td> </tr>
Version data entries
14 entries across 14 versions & 1 rubygems