Sha256: ffe09fd699815773f8a55a3477230f64abed8c69e8f0e247d017c650f37b5541
Contents?: true
Size: 577 Bytes
Versions: 1
Compression:
Stored size: 577 Bytes
Contents
.features--index .row .small-12.columns %h2 Features (#{features.length}) = paginate features, :param_name => 'features_page', :views_prefix => 'ish_lib_manager' .row.small-up-2.medium-up-3.large-up-4 - features.each_with_index do |feature, idx| .column .callout = link_to '[~]', edit_site_feature_path( site.id, feature.id ) = link_to '[x]', site_feature_path( site.id, feature.id ), :method => :delete, :data => { :confirm => 'Are you sure?' } .item= render 'features/item', :feature => feature
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ish_lib_manager-0.0.1 | app/views/ish_lib_manager/features/_index.haml |