38 lines
1.4 KiB
Text
38 lines
1.4 KiB
Text
<a href="/blogmap">Back</a><br>
|
|
<%= image_tag @post.icon_image if @post.icon_image.attached? %>
|
|
<section class="inner"><p>
|
|
<strong>Title:</strong>
|
|
<%= @post.post_title %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong></strong>
|
|
<%= @post.text %>
|
|
|
|
</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>
|
|
|
|
|