Sha256: 96ed629e0399b8bb6e23881571ebbba4c7eaf1ab6a27e528aab3640907a02ca1

Contents?: true

Size: 713 Bytes

Versions: 2

Compression:

Stored size: 713 Bytes

Contents

<!DOCTYPE html>
<html lang="pt-BR">
<html>
  <head>
    <title><%= full_title(yield(:title)) %></title>
    <%= stylesheet_link_tag    "application", media: "all" %>
    <%= javascript_include_tag "application" %>
    <%= javascript_include_tag "autocomplete-rails.js" %>
    <%= csrf_meta_tags %>
    <%= render 'layouts/shim' %>
  </head>
  <body>
    <%= render 'layouts/header' %>
    <div class="container">
	  <div class="alert alert-ajax" style="display: none;"></div>
      <% flash.each do |key, value| %>
	    <div class="alert alert-<%= key %>"><%= value %></div>
	  <% end %>
	  <%= yield %>
	  <%= render 'layouts/footer' %>
	  <%= debug(params) if Rails.env.development? %>
	</div>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 app/views/layouts/application.html.erb
guara-0.0.1.rc app/views/layouts/application.html.erb