today_ai_weather/app/views/weather_arts
songtianlun 98a335100b refactor: move map partial to shared directory
- Renamed `app/views/cities/_map.html.erb` to
  `app/views/shared/_map.html.erb`
- Updated references to the map partial in `cities/show.html.erb` and
  `weather_arts/show.html.erb`
- Adjusted the layout in `cities/show.html.erb` and
  `weather_arts/show.html.erb` for visual consistency.

This refactoring improves code reusability and maintainability by
centralizing the map component. It also improves the visual
presentation of the application.
2025-02-15 16:32:58 +08:00
..
_card.html.erb feat: add statistics card component and refactor views 2025-02-14 14:56:51 +08:00
_weather_stats.html.erb feat: add photo swipe lightbox functionality 2025-02-01 14:19:19 +08:00
show.html.erb refactor: move map partial to shared directory 2025-02-15 16:32:58 +08:00