Add souce code and issue tracker links

Closes #3
This commit is contained in:
2024-05-12 23:21:30 +02:00
parent 1b6bda4e70
commit 927a8330bc
6 changed files with 13 additions and 1 deletions

View File

@@ -25,6 +25,9 @@
<body>
<header class="header">
<%= image_link_to t(".source_code"), "code-braces", source_code_url %>
<%= image_link_to t(".issue_tracker"), "bug-outline", issue_tracker_url,
class: "extendedright" %>
<% if user_signed_in? %>
<%= image_link_to_unless_current(current_user.email, "account-wrench-outline",
edit_user_registration_path) {} %>