Sha256: ff2e9353aee80865223b5bd89e15e73bc055285a57541845003d1472d7aa79bc
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
<article> <header> <h2><%= @article.title %></h2> <small><%= @article.publish_at ? l(@article.publish_at, format: :long) : "Unpublished draft"%></small> </header> <main><%= simple_format @article.text %></main> </article> <br> <%= link_to edit_article_path(@article) do %> <b>Edit</b> <% end %> <%= link_to @article, method: :delete, data: {confirm: "Are you sure?"} do %> <em>Delete</em> <% end %> <%= link_to articles_path do %> <em>Back</em> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bongo-0.0.3 | app/views/bongo/articles/show.html.erb |
bongo-0.0.2 | app/views/bongo/articles/show.html.erb |
bongo-0.0.1 | app/views/bongo/articles/show.html.erb |