Sha256: 3a5b5acc9368994d7be261688b17a5b426b1d487022bc3c25fcd2c9bbd652f02

Contents?: true

Size: 973 Bytes

Versions: 2

Compression:

Stored size: 973 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Adherent</title>
    <%= stylesheet_link_tag    "adherent/application", :media => "all" %>
    <%= javascript_include_tag "adherent/application" %>
    <%= csrf_meta_tags %>
  </head>
  <body class="adherent">

    <div class="container-fluid">

      <%= render 'layouts/adherent/header' %>


      <div class="row">

        <div>

          <ul class="nav nav-tabs" id="menu_general">
            <!-- pas très bien nommé, la suite affiche les icones -->
            <li class="horizontal_icons">
              <%= yield :menu %>
            </li>
          </ul>
        </div>
        </div>
      <div class='row' id="main-zone">
        

          <%= render 'layouts/adherent/flash_partial' %>


          <%= yield %>
        
      </div>
    
    <div class ="push"></div>
    
  </div>
    
    <div class='print'>
      <%= yield :to_print %>
    </div>

  <%= render 'layouts/adherent/footer' %>

</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
adherent-0.2.1 app/views/layouts/adherent/application.html.erb
adherent-0.2.0 app/views/layouts/adherent/application.html.erb