Sha256: 0f4a8fc09e4b5bee6c4a35306bd120a33dcdf5051cb11cd9b819ca724357c48c

Contents?: true

Size: 777 Bytes

Versions: 3

Compression:

Stored size: 777 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>RailsCustomerbeats: <%= controller.action_name %></title>
  <%= stylesheet_link_tag 'stylesheets/r_metrics' %>
  <%= javascript_include_tag 'javascripts/r_metrics/raphael-min', 'javascripts/r_metrics/g.raphael-min', 'javascripts/r_metrics/g.pie-min'%>
</head>
<body>
  <%= content_tag(:div, content_tag(:p, notice), :class => :notice) if notice.present? %>
  <div id="rails_customerbeats_header">
    <h1><%= link_to "RailsCustomerbeats", rails_customerbeats_path %></h1>
    <div><%= yield :rails_customerbeats_header %></div>
    <p><%= nagivation_links %></p>
  </div>
  <%= yield %>
  <div id="rails_customerbeats_footlinks">
    <%= yield :rails_customerbeats_footlinks %>
    <p><%= nagivation_links %></p>
  </div>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_customerbeats-0.0.5 app/views/layouts/rails_customerbeats.html.erb
rails_customerbeats-0.0.4 app/views/layouts/rails_customerbeats.html.erb
rails_customerbeats-0.3 app/views/layouts/rails_customerbeats.html.erb