Project

General

Profile

Download (739 Bytes) Statistics
| Branch: | Tag: | Revision:
<% content_for(:title, _("Logout")) %>

<div id="login" class="container">
<div class="row">
<div class="col-sm-12">
<div id="brand">
<%= image_tag("foreman_white.png") %>
</div><!--/#brand-->
</div>
<div class="col-sm-7 col-md-6 col-lg-5 login">
<div class="form-group">
<div class="col-xs-offset-8 col-xs-4 submit">
<%= link_to(_("Click to log in again."), extlogin_users_path, :class => "btn btn-primary") %>
</div>
</div>
</div>
<div class="col-sm-5 col-md-6 col-lg-7 details">
<p><strong><%= _("Welcome to Foreman") %></strong>
<p><%= _("Version %{version}") % {:version => SETTINGS[:version]} %></p>
</div><!--/.col-*-->
</div>
</div>
(5-5/8)