<%= time_ago_in_words(@city.weather_arts.last&.created_at) if @city.weather_arts.last %>
Time since last generation
Failed Attempts
<%= "hello" %>
Total failed generations
<%= button_to generate_weather_art_city_path(@city),
method: :post,
class: "btn btn-primary gap-2" do %>
Generate New Art
<% end %>
<%= link_to edit_city_path(@city),
class: "btn btn-secondary gap-2" do %>
Edit City
<% end %>