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