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 3e28bd5 commit 1ac35acCopy full SHA for 1ac35ac
app/views/dojos/activity.html.erb
@@ -49,6 +49,13 @@
49
<a href='<%= events_path %>'>開催日</a>
50
</small>
51
</th>
52
+ <th>
53
+ <small>
54
+ 🔍
55
+ <br class='ignore-pc'>
56
+ 検索
57
+ </small>
58
+ </th>
59
<th>
60
<small>
61
📝
@@ -94,6 +101,16 @@
94
101
<% end %>
95
102
96
103
</td>
104
+ <td>
105
106
+ <% search_query = "CoderDojo #{dojo[:name]}" %>
107
+ <% search_url = "https://www.google.co.jp/search?q=#{URI.encode_www_form_component(search_query)}" %>
108
+ <%= link_to search_url, target: "_blank", rel: "noopener" do %>
109
+ Search
110
+ <small><i class="far fa-external-link"></i></small>
111
+ <% end %>
112
113
+ </td>
97
114
<td class="url-cell">
98
115
99
116
<span title="<%= dojo[:note] %>">
0 commit comments