From 601446ad88b1c01573a03c493f24b6b72401d0f9 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Sun, 5 Jul 2015 08:29:46 +0900 Subject: [PATCH] fix description --- app/views/places/index.html.slim | 2 +- app/views/places/show.html.slim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/places/index.html.slim b/app/views/places/index.html.slim index a6d64a05..11c367a5 100644 --- a/app/views/places/index.html.slim +++ b/app/views/places/index.html.slim @@ -40,7 +40,7 @@ section.page-block.space-top.space-bottom br - if place.urls.present? - place.urls.reject(&:blank?).each_with_index do |url, i| - = link_to "参考URL#{i + 1}", url, target: '_blank' + = link_to "URL#{i + 1} ", url, target: '_blank' br = simple_format(place.memo) = paginate @places diff --git a/app/views/places/show.html.slim b/app/views/places/show.html.slim index bb0f055c..5ed84e55 100644 --- a/app/views/places/show.html.slim +++ b/app/views/places/show.html.slim @@ -39,7 +39,7 @@ section.page-block.space-top.space-bottom | URL: p - @place.urls.reject(&:blank?).each_with_index do |url, i| - = link_to "参考URL#{i + 1}", url, target: '_blank' + = link_to "URL#{i + 1} ", url, target: '_blank' - if @place.memo.present? h4.bold-weight | メモ: