From 22539dff8d36279002bc9694a8433fef784869e1 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Thu, 30 Jul 2026 23:23:30 +0200 Subject: Provide link cells for the i18n matrix --- app/views/nodes/_link_cell.html.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 app/views/nodes/_link_cell.html.erb (limited to 'app') diff --git a/app/views/nodes/_link_cell.html.erb b/app/views/nodes/_link_cell.html.erb new file mode 100644 index 00000000..191d5841 --- /dev/null +++ b/app/views/nodes/_link_cell.html.erb @@ -0,0 +1,12 @@ +<%= link_to url, target: "_blank", rel: "noopener", + class: "link_icon_button", + "aria-label" => t("nodes.show.visit"), title: t("nodes.show.visit") do %> + <%= icon("external-link", library: "tabler", "aria-hidden": true) %> +<% end %> + -- cgit v1.3