Sha256: a7455fd5ce247815eb7e84726ea4f2091b775808cf8b93633ac995ca9d08ecd1
Contents?: true
Size: 423 Bytes
Versions: 20
Compression:
Stored size: 423 Bytes
Contents
%h1= t('.Listing_posts') %table %tr %th= t('.Title') %th= t('.Content') %th %th %th - @posts.each do |post| %tr %td= post.title %td= post.content %td= link_to 'Show', post %td= link_to 'Edit', edit_post_path(post) %td= link_to 'Destroy', post, method: :delete, data: { confirm: 'Are you sure?' } %br = t('.testing_new_keys') = link_to 'New Post', new_post_path
Version data entries
20 entries across 20 versions & 1 rubygems