Sha256: f58140d9a0a0cecce8a9cc6c55a9f503c4d6e99c019c91e858c8ccefd709bb47
Contents?: true
Size: 827 Bytes
Versions: 27
Compression:
Stored size: 827 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'> <% if @refinery_settings.any? %> <%= 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
27 entries across 27 versions & 2 rubygems