Skip to content

Commit

Permalink
Fix/footer links (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
sseerrggii authored Apr 16, 2024
1 parent 796c36b commit b65625c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/views/application/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-5 col-md-5 col-lg-4 footer-left-col">
<a href="http://community.coopdevs.org/" target="_blank"><%= t('layouts.application.help') %></a>
<a href="https://adbdt.org/contacta/" target="_blank"><%= t('layouts.application.help') %></a>
<%= link_to t('application.terms_conditions'), tnc_path, data: { target: '#modal', toggle: 'modal' } %>
</div>
<div class="col-xs-12 col-sm-2 col-md-2 col-lg-4 footer-center-col">
<%= render 'application/menus/language_switcher' %>
</div>
<div class="col-xs-12 col-sm-5 col-md-5 col-lg-4 footer-right-col">
<a href="https://twitter.com/timeoverflow" target="_blank">Twitter</a>
<a href="https://github.com/coopdevs/timeoverflow" target="_blank">Github</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/views/pages/about.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"pages.about.empower-text-1",
showmap_link: link_to(
t("pages.about.empower-showmap"),
"http://www.bdtonline.org",
"https://adbdt.org/unete-a-un-banco-de-tiempo/",
{ title: t("pages.about.empower-showmap-title") }
)
).html_safe %></p>
Expand Down

0 comments on commit b65625c

Please sign in to comment.