Sha256: 86093084195f59376352a1fc7db57560551f523e0ea859e947caf19e1b5d1459
Contents?: true
Size: 384 Bytes
Versions: 4
Compression:
Stored size: 384 Bytes
Contents
%h1 Listing settings %table %tr %th Articles path %th %th %th - @settings.each do |setting| %tr %td= setting.articles_directory %td= link_to 'Show', setting %td= link_to 'Edit', edit_setting_path(setting) %td= link_to 'Destroy', setting, :confirm => 'Are you sure?', :method => :delete %br = link_to 'New Setting', new_setting_path
Version data entries
4 entries across 4 versions & 1 rubygems