Sha256: da735cd8bfa22750fe90dccbe07cfbb024c9d1d9777dfa03eddc6f7ccc0662bf
Contents?: true
Size: 433 Bytes
Versions: 15
Compression:
Stored size: 433 Bytes
Contents
%h1 Listing articles %table %tr %th= t('.title') %th= t('.content') %th %th %th - @articles.each do |article| %tr %td= article.title %td= article.content %td= link_to 'Show', article %td= link_to 'Edit', edit_article_path(article) %td= link_to 'Destroy', article, :method => :delete, :data => { :confirm => 'Are you sure?' } %br = link_to 'New Article', new_article_path
Version data entries
15 entries across 15 versions & 1 rubygems