48 lines
2 KiB
Text
48 lines
2 KiB
Text
<% if current_user %>
|
|
<small>
|
|
<%= link_to 'Edit', edit_profile_blog_post_path(@profile, @blog, @post) %>
|
|
<%= button_to "Delete",
|
|
profile_blog_post_path(@profile, @blog, @post),
|
|
method: :delete,
|
|
data: { turbo_confirm: "Are you sure?" } %> | <% end %>
|
|
</small> <%= link_to 'Back', profile_blog_path(@profile, @blog) %><br>
|
|
<section class="inner"><p>
|
|
|
|
<% if @post.icon_image.attached? %>
|
|
<%= image_tag @post.icon_image, width: "100", height: "100" %>
|
|
<% else %>
|
|
<p>No image available.</p></center>
|
|
<% end %>
|
|
<br> <strong>Title:</strong>
|
|
<%= @post.title %>
|
|
</p>
|
|
<%= @post.created_at.in_time_zone("Eastern Time (US & Canada)").strftime("%B %d, %Y %H:%M %p") %>
|
|
<p>
|
|
<strong></strong>
|
|
<%= @post.body %>
|
|
|
|
</p>
|
|
<p>
|
|
|
|
<% if @post.music.present? %>
|
|
<strong>Currently Listening To...:</strong>
|
|
<%= @post.music %>
|
|
<% end %>
|
|
</p>
|
|
<% if @post.mood.present? %>
|
|
<p>
|
|
<strong>Current Mood:</strong>
|
|
<%= @post.mood %></p>
|
|
<% end %>
|
|
<hr>
|
|
<section class="comment">
|
|
<h2>Comments</h2>
|
|
<h2>Add a comment:</h2>
|
|
<section class="comment">
|
|
<!-- begin wwww.htmlcommentbox.com -->
|
|
<div id="HCB_comment_box"><a href="http://www.htmlcommentbox.com">Comment Form</a> is loading comments...</div>
|
|
<link rel="stylesheet" type="text/css" href="https://www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0" />
|
|
<script type="text/javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){var s=document.createElement("script"), l=hcb_user.PAGE || (""+window.location).replace(/'/g,"%27"), h="https://www.htmlcommentbox.com";s.setAttribute("type","text/javascript");s.setAttribute("src", h+"/jread?page="+encodeURIComponent(l).replace("+","%2B")+"&mod=%241%24wq1rdBcg%24I2ULE.Sdf3QRU4qHM3OVg0"+"&opts=16798&num=10&ts=1771659693602");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*-->*/ </script>
|
|
<!-- end www.htmlcommentbox.com -->
|
|
</section>
|
|
</section>
|