Sha256: 8e7ac1631b347b7f7873b4e167068743fbe128f49651eeee5091aaf64d6e252b

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

<!DOCTYPE htmlconfig<html>
  <head>
    <meta charset="utf-8"/>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
    <title><%= content_for?(:title) ? yield(:title) : FwtPushNotificationServer.config[:title] %></title>
    <meta name="description" content=""/>
    <meta name="author" content=""/>
    <%= stylesheet_link_tag  "fwt_push_notification_server/application", :media => "all" %>
    <%= javascript_include_tag "fwt_push_notification_server/application" %>
    <%= csrf_meta_tags %>
    <%= yield(:head) %>
  </head>
  <body>
    <div id="wrap">
      <div id="main" role="main">
        <div class="container">
	      <div class="row">
	         <%= render 'layouts/fwt_push_notification_server/messages' %>
	         <%= yield %>
	     </div>
        </div>
      </div>
      <div class="push"></div>
    </div>
    <footer>
      <%= image_tag("fw-logo.png", :title => 'Future Workshops', :height => '60px') %>
        <p class="muted credit">Copyright &copy; 2013 Future Workshops</p>
    </footer>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fwt_push_notification_server-0.0.6 app/views/layouts/fwt_push_notification_server/application.html.erb