Sha256: f9cff324fc2fc68e5861c06949aacf029e03b149eb27fcb3f0fba44876758ac1
Contents?: true
Size: 740 Bytes
Versions: 4
Compression:
Stored size: 740 Bytes
Contents
.comable-page .comable-page-heading ul.pull-right.list-inline li = link_to Comable.t('admin.actions.new'), comable.new_admin_navigation_path, class: 'btn btn-default' h1.page-header = Comable.t('admin.nav.navigation') small< | #{@navigations.size} #{Comable.t('admin.results')} .comable-page-body section - if @navigations.empty? = Comable.t('admin.not_found') - else table.table.table-striped thead th = sort_link [:comable, @q], :name tbody - @navigations.each do |navigation| tr td = link_to navigation.name, comable.admin_navigation_path(navigation)
Version data entries
4 entries across 4 versions & 1 rubygems