From 053341bed3778d9475efa3c42c0a84a0d45862bf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Jul 2026 22:47:36 +0200 Subject: Update links to the source code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- app/views/layouts/application.html.erb | 4 ++-- app/views/licenses/show.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/views') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 39661ec..2205d26 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -11,7 +11,7 @@ <% else %> <% end %> - + @@ -88,7 +88,7 @@

<%= I18n.t('layout.created-by') %> Miquel Sabaté Solà
- <%= I18n.t('layout.this-page-license') %> AGPLv3 (<%= I18n.t('layout.source-code') %>) + <%= I18n.t('layout.this-page-license') %> AGPLv3 (<%= I18n.t('layout.source-code') %>) <% if current_user %>
<%= link_to I18n.t('sessions.sign-out'), sessions_path, data: { turbo_method: :delete } %> diff --git a/app/views/licenses/show.html.erb b/app/views/licenses/show.html.erb index dc09c0d..21fd70d 100644 --- a/app/views/licenses/show.html.erb +++ b/app/views/licenses/show.html.erb @@ -1,6 +1,6 @@

<%= t('license.title') %> AGPLv3

-

<%= t('license.at') %> <%= t('license.here') %>.

+

<%= t('license.at') %> <%= t('license.here') %>.

-- 
cgit v1.2.3