Sha256: 5e7ec838c43640d637300c014d4f8e0ce00704e9424f85a7d3c04ca8fb04e57c

Contents?: true

Size: 345 Bytes

Versions: 3

Compression:

Stored size: 345 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>ActiveRecordProfiler</title>
  <%= stylesheet_link_tag    "active_record_profiler/application", media: "all" %>
  <%= javascript_include_tag "active_record_profiler/application" %>
  <%= csrf_meta_tags %>
</head>
<body>

<%= yield %>

<%= render 'shared/active_record_profiler/editors' %>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
active-record-profiler-2.0.0 app/views/layouts/active_record_profiler/application.html.erb
active-record-profiler-1.2.1 app/views/layouts/active_record_profiler/application.html.erb
active-record-profiler-1.2.0 app/views/layouts/active_record_profiler/application.html.erb