diff --git a/lib/asciinema_web/controllers/page_html/about.html.heex b/lib/asciinema_web/controllers/page_html/about.html.heex index 619a5e61c..20e2ab22f 100644 --- a/lib/asciinema_web/controllers/page_html/about.html.heex +++ b/lib/asciinema_web/controllers/page_html/about.html.heex @@ -4,10 +4,12 @@ <%= @server_name %> is a platform for hosting and sharing terminal session recordings, powered by - asciinema server <%= if @server_version do %> - (<%= @server_version %>) - <% end %>. + asciinema server + (<%= @server_version %>). + <% else %> + asciinema server. + <% end %>

<%= if @contact_email_address do %>