Sha256: 792a4485bc60b8f2cec80664a2cc8a6bbcbf162fb770cf15426a5ef4d7d898af
Contents?: true
Size: 833 Bytes
Versions: 9
Compression:
Stored size: 833 Bytes
Contents
<div id='actions'> <ul> <li> <%= link_to "Create New Setting", new_admin_refinery_setting_url, :class => "add_icon" %> </li> </ul> </div> <div id='records'> <% unless @refinery_settings.empty? %> <%= will_paginate @refinery_settings, :previous_label => '«', :next_label => '»' unless searching? %> <ul> <%= render :partial => 'refinery_setting', :collection => @refinery_settings %> </ul> <%= will_paginate @refinery_settings, :previous_label => '«', :next_label => '»' unless searching? %> <% else %> <p> <% if searching? %> Sorry, no results found <% else %> <strong> There are no settings yet. Click "Create New Setting" to add your first setting. </strong> <% end %> </p> <% end %> </div>
Version data entries
9 entries across 9 versions & 1 rubygems