Sha256: 852edd5f6fca57fb64243fc8990f997b0100d4307ee1a1e092875acc82808068

Contents?: true

Size: 1.19 KB

Versions: 26

Compression:

Stored size: 1.19 KB

Contents

<!DOCTYPE html>
<html lang="en" class="no-js">
  <head>
    <title><%= title -%></title>
    <%= meta_tags %>
    <link rel="icon" href="/assets/favicon.ico" type="image/png">

    <%= stylesheet_link_tag @stylesheet_filename, :media => "all" -%>
    <%= csrf_meta_tags -%>
    <%= yield :javascript_header -%>
  </head>
<body>

  <div>

    <div class="container-fluid header-block clearfix">

      <div id="div_page_header">
        <%= render :partial=>"/layouts/poodle/public/header" -%>
      </div>

      <%#* Show flash messages if controller has set any. -%>
      <div id="div_flash_message" class="mt-30">
        <%= flash_message(false) if defined?(flash) -%>
      </div>

      <%#* Page Content Starts here -%>
      <div id="div_page_content_main">
        <%= yield %>
      </div>

      <%#* Display Footer -%>
      <div id="div_page_footer" class="row footer">
        <%= render :partial=>"/layouts/poodle/public/footer" -%>
      </div>

    </div>

  </div>

  <%#* Display Hidden Overlays -%>
  <%= render :partial=>"/layouts/poodle/common/overlays" -%>

  <%#* Loading Javascripts -%>
  <%= javascript_include_tag @javascript_filename -%>

  <%= yield :javascript_footer -%>

</body>

</html>

Version data entries

26 entries across 13 versions & 1 rubygems

Version Path
poodle-rb-0.2.5 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.2.5 app/views/layouts/poodle/public.html.erb
poodle-rb-0.2.4 app/views/layouts/poodle/public.html.erb
poodle-rb-0.2.4 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.2.3 app/views/layouts/poodle/public.html.erb
poodle-rb-0.2.3 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.2.2 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.2.2 app/views/layouts/poodle/public.html.erb
poodle-rb-0.2.1 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.2.1 app/views/layouts/poodle/public.html.erb
poodle-rb-0.2.0 app/views/layouts/poodle/public.html.erb
poodle-rb-0.2.0 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.1.9 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.1.9 app/views/layouts/poodle/public.html.erb
poodle-rb-0.1.8 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.1.8 app/views/layouts/poodle/public.html.erb
poodle-rb-0.1.7 app/views/layouts/poodle/public/public.html.erb
poodle-rb-0.1.7 app/views/layouts/poodle/public.html.erb
poodle-rb-0.1.6 app/views/layouts/poodle/public.html.erb
poodle-rb-0.1.6 app/views/layouts/poodle/public/public.html.erb