<% content_for :head do %> <% end %>
<%= link_to city_path(@weather_art.city), class: "btn btn-ghost btn-md gap-2 bg-base-200 hover:bg-base-300 transition-all duration-300" do %> Back to <%= @weather_art.city.name %> <% end %>
<% if @weather_art.image.attached? %>
<% end %>

Weather Art

<%= @weather_art.weather_date.strftime("%B %d, %Y") %>
<%= @weather_art.weather_date.strftime("%H:%M") %>

<%= weather_description_icon(@weather_art.description) %> <%= @weather_art.description %>

<%= render 'weather_stats', weather_art: @weather_art %>

AI Prompt

<%= @weather_art.prompt %>