From 9f9a59b73fb976f1131a98e84c7365fe2afcdb9a Mon Sep 17 00:00:00 2001 From: Akito Omura Date: Thu, 28 Aug 2025 23:52:00 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=BE=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/photo_spots/show.html.erb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/app/views/photo_spots/show.html.erb b/app/views/photo_spots/show.html.erb index 3d211c0..9a69051 100644 --- a/app/views/photo_spots/show.html.erb +++ b/app/views/photo_spots/show.html.erb @@ -54,6 +54,8 @@ +
+
<% if @photo_spot.tags.present? %> @@ -92,6 +94,26 @@ <% end %> <% end %> + <%# モーダルウィンドウのHTML部分 %> +

<%= simple_format(@photo_spot.detail) %>