Sha256: 71dc48695e6b3acd41fc39f16e81a8ef620d32dca4f06fbaac53087b9d3b58ea
Contents?: true
Size: 419 Bytes
Versions: 1
Compression:
Stored size: 419 Bytes
Contents
%h1 Listing articles %table %tr %th Title %th 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_center-1.2.1 | test/dummy/app/views/articles/index.html.haml |