File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 16
16
</ h2 >
17
17
18
18
< h2 >
19
- < a href =" http://news.coderdojo.jp/ " target =" _blank " rel =" external noopener " >
19
+ <%= link_to news_url do % >
20
20
< i class ="fa fa-newspaper-o fa-3x fa-fw " aria-hidden ="true " title ="News "> </ i >
21
- </ a >
22
- < a href = "https://www.facebook.com/coderdojo.jp/ ">
21
+ <% end % >
22
+ <%= link_to "https://www.facebook.com/coderdojo.jp/" do % >
23
23
< i class ="fa fa-facebook fa-3x fa-fw " aria-hidden ="true " title ="Facebook "> </ i >
24
- </ a >
25
- < a href = "https://twitter.com/CoderDojoJapan ">
24
+ <% end % >
25
+ <%= link_to "https://twitter.com/CoderDojoJapan" do % >
26
26
< i class ="fa fa-twitter fa-3x fa-fw " aria-hidden ="true " title ="Twitter "> </ i >
27
- </ a >
28
- < a href = "https://www.youtube.com/CoderDojoJapan ">
27
+ <% end % >
28
+ <%= link_to "https://www.youtube.com/CoderDojoJapan" do % >
29
29
< i class ="fa fa-youtube fa-3x fa-fw " aria-hidden ="true " title ="YouTube "> </ i >
30
- </ a >
31
- < a href =" /podcasts " >
30
+ <% end % >
31
+ <%= link_to podcasts_path do % >
32
32
< i class ="fa fa-podcast fa-3x fa-fw " aria-hidden ="true " title ="Podcast "> </ i >
33
- </ a >
34
- < a href =" /english " >
33
+ <% end % >
34
+ <%= link_to english_path do % >
35
35
< i class ="fa fa-globe fa-3x fa-fw " aria-hidden ="true " title ="English "> </ i >
36
- </ a >
36
+ <% end % >
37
37
</ h2 >
38
38
39
39
< p style ="margin-bottom: 30px; ">
You can’t perform that action at this time.
0 commit comments