Skip to content

Commit

Permalink
Merge pull request #258 from fluent/set-logo
Browse files Browse the repository at this point in the history
Improve login page
  • Loading branch information
okkez authored Aug 17, 2018
2 parents 1c5615f + ae590a3 commit a4bb511
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/views/layouts/sign_in.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Fluentd-UI</title>
<title><%= fluentd_ui_title %></title>
<%= stylesheet_link_tag 'application', media: 'all'%>
<%= javascript_pack_tag 'application' %>
<%= csrf_meta_tags %>
</head>

<body class="bg-light">
<body class="fixed-nav bg-light">
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" id="mainNav">
<%= link_to fluentd_ui_logo, root_path, class: "navbar-brand fluentd-ui-logo" %>
</nav>
<div class="container">
<%= yield %>
</div>
Expand Down

0 comments on commit a4bb511

Please sign in to comment.