Sha256: 9497de50ec2c88e013b600c78c38ced9e10ffd0eb5d0d0cb0c5e06f21c266a2a

Contents?: true

Size: 803 Bytes

Versions: 6

Compression:

Stored size: 803 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Interpret Demo - Backoffice</title>
  <%= stylesheet_link_tag "private", "interpret_style" %>
  <%= javascript_include_tag "application" %>
  <%= csrf_meta_tag %>
</head>
<body>
  <div id="private_content">
    <p>
      This is a demostration of a custom backoffice layout, in which you may have other sections to administrate your site. You can integrate Interpret as a one more option in the main menu:
    </p>
    <div id="backoffice_menu">
      <ul>
        <li><%= link_to "Public page", "/" %></li>
        <li><%= link_to "Other backoffice section", main_app.admin_dashboard_path %></li>
        <li><%= link_to "Translations", interpret.root_path %></li>
      </ul>
    </div>
    <div id="page">
      <%= yield %>
    </div>
  </div>
</body>
</html>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
interpret-1.1.2 test_app/app/views/layouts/backoffice.html.erb
interpret-1.1.1 test_app/app/views/layouts/backoffice.html.erb
interpret-1.1.0 test_app/app/views/layouts/backoffice.html.erb
interpret-1.0.2 test_app/app/views/layouts/backoffice.html.erb
interpret-1.0.1 test_app/app/views/layouts/backoffice.html.erb
interpret-1.0.0 test_app/app/views/layouts/backoffice.html.erb