Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yagi committed Jul 4, 2015
1 parent 976c0f6 commit 601446a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/places/index.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion app/views/places/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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
| メモ:
Expand Down

0 comments on commit 601446a

Please sign in to comment.