Sha256: f13e4f55ea34232810e8b9ffdaabba49d8b50ef657055f36bc2a53802d45a886

Contents?: true

Size: 844 Bytes

Versions: 25

Compression:

Stored size: 844 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">

   

      <%= render 'layouts/adherent/header' %>
      <div> <%=  yield :modal %> </div>

      
      <div class="container-fluid" >
     

        
        
      <div id="main-zone">
        

        <div> <%= render 'layouts/adherent/flash_partial' %> </div>
        <div id="message" class="row"></div><%# pour les messages utilisés par produce_pdf.js_erb%> 

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

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

</body>
</html>

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
adherent-0.3.13 app/views/layouts/adherent/application.html.erb
adherent-0.3.12 app/views/layouts/adherent/application.html.erb
adherent-0.3.11 app/views/layouts/adherent/application.html.erb
adherent-0.3.10 app/views/layouts/adherent/application.html.erb
adherent-0.3.9 app/views/layouts/adherent/application.html.erb
adherent-0.3.7 app/views/layouts/adherent/application.html.erb
adherent-0.3.6 app/views/layouts/adherent/application.html.erb
adherent-0.3.5 app/views/layouts/adherent/application.html.erb
adherent-0.3.4 app/views/layouts/adherent/application.html.erb
adherent-0.3.3 app/views/layouts/adherent/application.html.erb
adherent-0.3.2 app/views/layouts/adherent/application.html.erb
adherent-0.3.1 app/views/layouts/adherent/application.html.erb
adherent-0.3.0 app/views/layouts/adherent/application.html.erb
adherent-0.2.9 app/views/layouts/adherent/application.html.erb
adherent-0.2.8 app/views/layouts/adherent/application.html.erb
adherent-0.2.7 app/views/layouts/adherent/application.html.erb
adherent-0.2.6 app/views/layouts/adherent/application.html.erb
adherent-0.2.5 app/views/layouts/adherent/application.html.erb
adherent-0.2.4 app/views/layouts/adherent/application.html.erb
adherent-0.2.3 app/views/layouts/adherent/application.html.erb