add display of app version in UI

This commit is contained in:
Alex Turchyn
2024-01-06 22:58:26 +02:00
committed by Pete Matsyburka
parent 17de28965b
commit 39d14c15d6
6 changed files with 24 additions and 4 deletions
+5
View File
@@ -116,6 +116,11 @@
<a href="mailto:<%= Docuseal::SUPPORT_EMAIL %>" target="_blank" class="w-full block mt-4 underline text-center">
<%= Docuseal::SUPPORT_EMAIL %>
</a>
<% if Docuseal.version.present? %>
<a href="https://github.com/docusealco/docuseal/releases/tag/<%= Docuseal.version %>" target="_blank" class="badge badge-outline text-xs block mx-auto mt-4">
v<%= Docuseal.version %>
</a>
<% end %>
</div>
<% end %>
</div>