Sha256: ae76628a883e5bdb1f284a2297f3522b9ddc2d0896302eb43a99f42475c73d99
Contents?: true
Size: 708 Bytes
Versions: 28
Compression:
Stored size: 708 Bytes
Contents
<li class='clearfix record <%= cycle("on", "on-hover") %>'> <span class='title'> <span class='actions'> <%= link_to refinery_icon_tag("application_edit.png"), edit_admin_refinery_setting_path(refinery_setting), :title => 'Edit this setting' %> <%= link_to refinery_icon_tag("delete.png"), admin_refinery_setting_path(refinery_setting), :confirm => 'Are you sure you want to remove this setting forever?', :class => "cancel", :method => :delete, :title => 'Remove this setting forever' if refinery_setting.destroyable %> </span> <%=h refinery_setting.name.titleize %> <span class="preview">- <%=h truncate(refinery_setting.value.to_s, :length => 40) %></span> </span> </li>
Version data entries
28 entries across 28 versions & 1 rubygems