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 %>