Sha256: 8ad499297fd2aee50280a020dd411ee6e8ad43faa7ffa765e2210a040a645d4a
Contents?: true
Size: 882 Bytes
Versions: 8
Compression:
Stored size: 882 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-fluid"> <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 id="main-zone"> <%= render 'layouts/adherent/flash_partial' %> <%= yield %> </div> </div> <div class ="push"></div> </div> <%= render 'layouts/adherent/footer' %> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems