Skip to content

Commit

Permalink
Change html title and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin481 committed Apr 15, 2024
1 parent 800f456 commit 8a01cff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%html
%head
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
%title RailsTest
%title PuzzleSkills
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
= csrf_meta_tags
= csp_meta_tag
Expand All @@ -18,7 +18,7 @@
%div.d-flex
%div.mb-1.mt-1
%img{:src=> "/assets/logo.svg",:height=>"32"}
%text.d-flex.align-items-end.ms-2.small= "4.4.0"
%text.d-flex.align-items-end.ms-2.small= "5.0.0"
%ul.navbar.text-gray
%li.d-flex.align-items-center.cursor-pointer.ps-2.pe-2.border-start.border-end.h-100
%div.scale-icon-06(name="user")
Expand Down

0 comments on commit 8a01cff

Please sign in to comment.