diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-21 22:47:36 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2026-07-21 22:47:36 +0200 |
| commit | 053341bed3778d9475efa3c42c0a84a0d45862bf (patch) | |
| tree | c37f32c49b1bd084560ef37133fc30324d7484a1 /app/views/layouts/application.html.erb | |
| parent | b3d806c573f717f3dff039a150d2523fde6d3424 (diff) | |
| download | operum-053341bed3778d9475efa3c42c0a84a0d45862bf.tar.gz operum-053341bed3778d9475efa3c42c0a84a0d45862bf.zip | |
Update links to the source code
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'app/views/layouts/application.html.erb')
| -rw-r--r-- | app/views/layouts/application.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
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 %> <meta property="og:locale" content="en_US" /> <% end %> - <meta property="og:url" content="https://github.com/mssola/operum" /> + <meta property="og:url" content="https://git.mssola.com/misc/operum" /> <meta property="og:title" content="<%= ENV.fetch('OPERUM_BASE_TITLE', 'Operum') %>" /> <meta property="og:description" content="<%= I18n.t('meta.description') %>" /> @@ -88,7 +88,7 @@ <p> <%= I18n.t('layout.created-by') %> <a href="http://jo.mssola.com/">Miquel Sabaté Solà</a> <br> - <%= I18n.t('layout.this-page-license') %> <a href="/license">AGPLv3</a> (<a href="https://github.com/mssola/operum"><%= I18n.t('layout.source-code') %></a>) + <%= I18n.t('layout.this-page-license') %> <a href="/license">AGPLv3</a> (<a href="https://git.mssola.com/misc/operum"><%= I18n.t('layout.source-code') %></a>) <% if current_user %> <br> <%= link_to I18n.t('sessions.sign-out'), sessions_path, data: { turbo_method: :delete } %> |
