diff --git a/app/views/cities/show.html.erb b/app/views/cities/show.html.erb index 87903ba..ad8fa12 100644 --- a/app/views/cities/show.html.erb +++ b/app/views/cities/show.html.erb @@ -35,7 +35,7 @@
<%= @city&.state&.name %>
- <% render "shared/wiki_data_badge", city: @city %> + <%= render "shared/wiki_data_badge", city: @city %> diff --git a/app/views/weather_arts/show.html.erb b/app/views/weather_arts/show.html.erb index b369388..b1644c3 100644 --- a/app/views/weather_arts/show.html.erb +++ b/app/views/weather_arts/show.html.erb @@ -28,7 +28,7 @@
<%= @weather_art&.city&.state&.name %>
- <% render "shared/wiki_data_badge", city: @weather_art&.city %> + <%= render "shared/wiki_data_badge", city: @weather_art&.city %>
<%= @weather_art.formatted_time(:date) %>