Sha256: d56920063d6958399807d6a6e15b1978df5bb1a5ecea987f2d989c8668724f27

Contents?: true

Size: 321 Bytes

Versions: 5

Compression:

Stored size: 321 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <%= render partial: 'invoice_bar/layouts/head' %>
</head>
<body style="padding:10px">
    <%= render partial: 'invoice_bar/layouts/navbar' %>
    <div id="content" 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_in.html.erb
invoice_bar-0.0.10 app/views/invoice_bar/layouts/signed_in.html.erb
invoice_bar-0.0.9 app/views/invoice_bar/layouts/signed_in.html.erb
invoice_bar-0.0.8 app/views/invoice_bar/layouts/signed_in.html.erb
invoice_bar-0.0.7 app/views/invoice_bar/layouts/signed_in.html.erb