From bb8fffc491f2288534e8412a907d5660637858d2 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sun, 7 Jan 2024 14:25:38 +0200 Subject: [PATCH] link to releases page --- app/views/pages/landing.html.erb | 2 +- app/views/shared/_settings_nav.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/pages/landing.html.erb b/app/views/pages/landing.html.erb index bd459da6..20043af8 100644 --- a/app/views/pages/landing.html.erb +++ b/app/views/pages/landing.html.erb @@ -8,7 +8,7 @@ DocuSeal <% if Docuseal.version.present? %> - + v<%= Docuseal.version %> <% end %> diff --git a/app/views/shared/_settings_nav.html.erb b/app/views/shared/_settings_nav.html.erb index 333ad2e3..9ca17b66 100644 --- a/app/views/shared/_settings_nav.html.erb +++ b/app/views/shared/_settings_nav.html.erb @@ -117,7 +117,7 @@ <%= Docuseal::SUPPORT_EMAIL %> <% if Docuseal.version.present? %> - + v<%= Docuseal.version %> <% end %>