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