<% if admin? %>

Admin Panel

Statistics

Total Images
<%= @weather_art.city.weather_arts.count %>
Today's Images
<%= @weather_art.city.weather_arts.where("created_at >= ?", Time.zone.now.beginning_of_day).count %>

Actions

<%= button_to "Generate New Art", "#", method: :post, data: { controller: "generate-art", action: "generate-art#generate", city_id: @weather_art.city.id }, class: "btn btn-primary" %> <%= link_to "Edit City", edit_city_path(@weather_art.city), class: "btn btn-secondary" %>
<% end %>