Sha256: 1cdcc74fc58ae179146fa4f7b575e595235798aa53c95ce160a2a31d4d533a6c
Contents?: true
Size: 583 Bytes
Versions: 1
Compression:
Stored size: 583 Bytes
Contents
<div class="col"> <p class="font-class"> <strong>Title : </strong> <%= @article.title %> </p> <p class="font-class"> <strong>Text : </strong> <%= @article.text %> </p> <div class="d-grid gap-2 d-md-flex justify-content-end"> <%= link_to 'Edit', edit_article_path, class: "btn btn-primary shadow" %> <%= link_to 'Back', articles_path, class: "btn btn-secondary shadow" %> </div> <br> <hr> <h4>Comments</h4> <br> <%= render @article.comments %> <br> <hr> <br> <h4>Add a comment:</h3> <br> <%= render 'comments/form' %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blog_app-0.0.1 | lib/app/views/articles/show.html.erb |