<%= weather_description_icon(weather_art.description) %>
<%= weather_art.description %>
<%= weather_stat_icon("humidity") %>
Humidity: <%= weather_art.humidity %>%
<%= weather_stat_icon("wind") %>
Wind: <%= weather_art.wind_scale %>
<%= link_to city_weather_art_path(weather_art.city, weather_art),
class: "btn btn-primary btn-block" do %>
View Details
<% end %>