We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e780ba9 commit 70c8b5fCopy full SHA for 70c8b5f
1 file changed
app/views/shared/_dojo.html.erb
@@ -1,9 +1,9 @@
1
<li class="dojo" id="<%= html_escape(dojo.name) %>">
2
<header>
3
<%= link_to lazy_image_tag(dojo.logo, alt: html_escape("CoderDojo #{dojo.name}"), class: 'dojo-picture'), safe_dojo_url(dojo),
4
- target: "_blank", rel: "external noopener noreferrer" %>
+ target: "_blank" %>
5
<span class="dojo-name">
6
- <%= link_to html_escape("#{dojo.name} (#{dojo.prefecture.name})"), safe_dojo_url(dojo), target: "_blank", rel: "external noopener noreferrer" %>
+ <%= link_to html_escape("#{dojo.name} (#{dojo.prefecture.name})"), safe_dojo_url(dojo), target: "_blank" %>
7
<% if not dojo.counter == 1 %>
8
<span class="dojo-counter"
9
data-original-title="道場数"
0 commit comments