% # vim:set sw=4 ts=4 sts=4 ft=html.epl expandtab: % my $l = { % ar => 'العربية', % de => 'Deutsch', % en => 'English', % es => 'Español', % fr => 'Français', % fr_FR => 'Français (France)', % oc => 'Occitan', % ru => 'Русский', % }; <%= l('Toggle navigation') %> Lutim <%= link_to url_for('myfiles') => begin %><%= l('My images') %><% end %> <%= link_to url_for('stats') => begin %><%= l('Instance\'s statistics') %><% end %> <%= l('Install webapp') %> % for my $i (@{$self->available_langs}) { languages) ? ' class="active"' : '' %>> <%= $l->{$i} %> % } <%= l('Support the author') %> <%= link_to 'https://tipeee.com/fiat-tux' => begin %><%= l('Support the author on Tipeee') %><% end %> <%= link_to 'https://liberapay.com/sky' => begin %><%= l('Support the author on Liberapay') %><% end %> <%= link_to 'bitcoin:3MJBezS1S1jPZ1Jgn8MYURLLu78CcPfqew?label=lutim' => begin %><%= l('Support the author with bitcoins') %><% end %> <%= l('Informations') %> <%= link_to 'https://www.gnu.org/licenses/agpl-3.0.html' => begin %><%= l('License:') %> AGPL<% end %> <%= link_to url_for('about') => begin %><%= l('About') %><% end %> <%= link_to 'https://framagit.org/luc/lutim' => begin %><%= l('Fork me!') %><% end %>