Skip to content

Commit

Permalink
Remove typo #1433
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed May 17, 2022
1 parent cfbaacb commit 7325cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/dojos_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def index
name: dojo.name,
url: dojo.url,
prefecture: dojo.prefecture.region,
linked_text: "<a href='#{dojo.url}'>'#{dojo.name}</a>(#{dojo.prefecture.region})",
linked_text: "<a href='#{dojo.url}'>#{dojo.name}</a>(#{dojo.prefecture.region})",
}
end

Expand Down

0 comments on commit 7325cbe

Please sign in to comment.