Skip to content

Commit

Permalink
Replace link to FB Community with Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
danirod committed Jun 24, 2018
1 parent 758e7b7 commit 1aa2cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<li><%= link_to t('.navigation.videos'), videos_path %></li>
<li><%= link_to t('.navigation.playlists'), playlists_path %></li>
<li><%= link_to t('.navigation.topics'), topics_path %></li>
<li><%= link_to t('.navigation.community'), 'https://www.facebook.com/groups/makigas', target: 'blank' %></li>
<li><%= link_to t('.navigation.discord'), discord_path %></li>
</ul>
</div>
<div class="footer-col col-sm-2 col-xs-6">
Expand Down Expand Up @@ -48,4 +48,4 @@
</div>
</div>
</div>
</footer>
</footer>
2 changes: 1 addition & 1 deletion config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ es:
title: Esto es makigas
made_in_spain: Made in Spain
navigation:
community: Comunidad
discord: Discord
front: Principal
playlists: Listas
title: Sitio
Expand Down

0 comments on commit 1aa2cad

Please sign in to comment.