Sha256: e3f03a797b3eec3262210b4de83d227c52f178199d6fc6f6f11851382c0db27b

Contents?: true

Size: 715 Bytes

Versions: 1

Compression:

Stored size: 715 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Telepediatria</title>
  <%= stylesheet_link_tag    "application", :media => "all" %>
  <%= javascript_include_tag "application" %>

  <%= javascript_include_tag "jquery-1.10.0.min.js" %>
  <%= javascript_include_tag 'jquery.onerror.js' %>
  <% if Rails.env.production? %>
    <script type="text/javascript">
      $(document).jsErrorHandler();
    </script>
  <% end %>
  <%= stylesheet_link_tag 'bootstrap/bootstrap.min.css' %>
  <%= stylesheet_link_tag 'bootstrap/font-awesome.min.css' %>
  <%= javascript_include_tag 'bootstrap/bootstrap.min.js' %>

  <%= csrf_meta_tags %>
  <%= yield :head %>
</head>
<body>
  <div id="content">
    <%= yield %>
  </div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 app/views/layouts/sessions.html.erb