<%= link_to city_path(@weather_art.city), class: "btn btn-ghost gap-2" do %> Back to <%= @weather_art.city.name %> <% end %>

<%= @weather_art.city.name %>

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

<% if @weather_art.image.attached? %> <%= image_tag @weather_art.image, class: "w-full h-full object-cover" %> <% end %>

<%= @weather_art.description %>

Temperature
<%= @weather_art.temperature %>°C
Feels like <%= @weather_art.feeling_temp %>°C
Wind
<%= @weather_art.wind_scale %>
<%= @weather_art.wind_speed %> km/h
Humidity
<%= @weather_art.humidity %>%
Visibility
<%= @weather_art.visibility %> km
Pressure
<%= @weather_art.pressure %> hPa
Cloud Cover
<%= @weather_art.cloud %>%

AI Prompt

<%= @weather_art.prompt %>