Sha256: eb55e42901e6a278cf91ba1b603e057945823b488fb026d2684bbda0cdfded58

Contents?: true

Size: 1.08 KB

Versions: 4

Compression:

Stored size: 1.08 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title><%= yield(:title) || t('socialstream') %></title>
    <%= stylesheet_link_tag "header","frontpage", "base", "footer",
                            :media => "screen, projection" %>
    <%= javascript_include_tag 'jquery', 'jquery.livequery' %>
    <link rel="shortcut icon" href="/images/icons/favicon.ico" />
    <% if protect_against_forgery? %>
      <%= csrf_meta_tag %>
    <% end %>
    <script type="text/javascript" charset="utf-8">
    $(document).ready(function() {
      <%= yield :javascript%>
    });
    </script>
    <%= yield :headers %>
  </head>
  <body>
    <div id="wrapper">
      <%= render :partial => "frontpage/header" %>
      <div id="wrapper_body">
        <%= yield %>
      </div>
      <%= render :partial => "frontpage/sponsor" %>
      <%= render :partial => "layouts/footer" %>
    </div>
  </body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
social_stream-0.4.3 app/views/layouts/frontpage.html.erb
social_stream-0.4.2 app/views/layouts/frontpage.html.erb
social_stream-0.4.1 app/views/layouts/frontpage.html.erb
social_stream-0.4.0 app/views/layouts/frontpage.html.erb