Sha256: 805687c9525a60db1c065327fa6c68a84d0946660385d66302061b783ffaad9a

Contents?: true

Size: 867 Bytes

Versions: 3

Compression:

Stored size: 867 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Interpret Demo - Backoffice</title>
  <%= stylesheet_link_tag "private", "interpret_style" %>
  <%= javascript_include_tag "https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" %>
  <%= javascript_include_tag :all %>
  <%= 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", "#" %></li>
        <li><%= link_to "Translations", interpret_root_path %></li>
      </ul>
    </div>
    <div id="page">
      <%= yield %>
    </div>
  </div>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
interpret-0.2.1 test_app/app/views/layouts/backoffice.html.erb
interpret-0.2.0 test_app/app/views/layouts/backoffice.html.erb
interpret-0.1.5 test_app/app/views/layouts/backoffice.html.erb