% if current_user %>
<%= 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 %>
<%= link_to 'Back', profile_blog_path(@profile, @blog) %>
<% if @post.icon_image.attached? %>
<%= image_tag @post.icon_image, width: "100", height: "100" %>
<% else %>
No image available.
Title:
<%= @post.title %>
<%= @post.body %>
<% if @post.music.present? %> Currently Listening To...: <%= @post.music %> <% end %>
<% if @post.mood.present? %>Current Mood: <%= @post.mood %>
<% end %>
Comments
Add a comment: