Sha256: 199801b6879166a111282ca868fd480a6062f88d530f7607131a30d65596382f
Contents?: true
Size: 515 Bytes
Versions: 5
Compression:
Stored size: 515 Bytes
Contents
<%= render 'refinery/admin/search_header', :url => refinery.admin_settings_path %> <div class='pagination_container'> <% if @settings.any? %> <%= render 'settings' %> <% else %> <p> <% if searching? %> <%= t('no_results', :scope => 'refinery.admin.search') %> <% else %> <strong> <%= t('.empty_set') %> <%= t('.create_first', :link => t('new', :scope => 'refinery.admin.settings.actions')) %> </strong> <% end %> </p> <% end %> </div>
Version data entries
5 entries across 5 versions & 1 rubygems