Sha256: d785c16e7b04761837f0db7f2683a546a8b57bf7d20d6e822a366b2cdfb93c3b
Contents?: true
Size: 532 Bytes
Versions: 1
Compression:
Stored size: 532 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Bootstrap View Helpers Examples</title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <%= render partial: 'bootstrap_view_helper_nav_bar' %> <div class='container-fluid'> <div class='col-md-3'> <%= render partial: 'bootstrap_view_helper_side_bar' %> </div> <div class='col-md-9'> <%= yield %> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-view-helpers-0.0.14 | app/views/layouts/bootstrap_view_helpers.html.erb |