Sha256: b700c90a3dde1b4fdfa2ad820e36a70fed744f12bc9da76da684c2920ba32d9e

Contents?: true

Size: 634 Bytes

Versions: 5

Compression:

Stored size: 634 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <%= render partial: 'invoice_bar/layouts/head' %>
</head>
<body style="padding:10px">
  <%= render partial: 'invoice_bar/layouts/navbar' %>
  <div class="container">
    <div class="row">
      <ul class="nav nav-pills span4">
        <li class="<%= active_for_controller('/sessions') %>"><%= link_to 'Přihlášení', login_path %></li>
        <li  class="<%= active_for_controller('/users') %>"><%= link_to 'Registrace', signup_path %></li>
      </ul>
    </div>
  </div>
  <div class="container">
    <%= render partial: 'invoice_bar/layouts/messages' %>
    <%= yield %>
  </div>
</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
invoice_bar-0.0.11 app/views/invoice_bar/layouts/signed_out.html.erb
invoice_bar-0.0.10 app/views/invoice_bar/layouts/signed_out.html.erb
invoice_bar-0.0.9 app/views/invoice_bar/layouts/signed_out.html.erb
invoice_bar-0.0.8 app/views/invoice_bar/layouts/signed_out.html.erb
invoice_bar-0.0.7 app/views/invoice_bar/layouts/signed_out.html.erb