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