frontend view layout
This commit is contained in:
12
app/views/layouts/_header_oqs.html.erb
Normal file
12
app/views/layouts/_header_oqs.html.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
<div class="container-fluid" style="min-height:30px; padding-left:0px !important; padding-right:0px !important; background:#2F3D47; margin-bottom:5px">
|
||||
<div style="padding-top:5px;padding-bottom:5px;margin-left:15px; margin-right:15px;color:#ffffff ">
|
||||
<div style="float:left;margin-top:3px;text-align:left; width:200px">
|
||||
<strong>ORDE QUEUE STATION</strong>
|
||||
</div>
|
||||
<div style="float:right; margin-top:3px; text-align:right;width:200px;color:#ffffff">
|
||||
<% if current_login_employee %>
|
||||
<%= current_login_employee.name %> | <%= link_to 'Logout', logout_path, method: :delete, data: { confirm: 'Are you sure?' } %>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user