<% 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.

<% end %>
Title: <%= @post.title %>

<%= @post.created_at.in_time_zone("Eastern Time (US & Canada)").strftime("%B %d, %Y %H:%M %p") %>

<%= @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:

Comment Form is loading comments...