Sha256: ed0c0ad2ea8aeccb6ffb24c74c84379656fa2016d463d6725c58b157cc9c9bc1

Contents?: true

Size: 738 Bytes

Versions: 3

Compression:

Stored size: 738 Bytes

Contents

<!DOCTYPE html>
<html lang="<%= ::I18n.locale %>" dir="<%= RedBase::I18n.direction(I18n.locale) %>" ng-app="Dashboard">
<head>
  <title><%= RedBase::Engine.site_title %></title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <%= stylesheet_link_tag   "red_base/dashboard/" + RedBase::I18n.direction(I18n.locale) + "/application", media: "all" %>
  <%= javascript_include_tag :modernizr %>
  <%= csrf_meta_tags %>
</head>
<body data-current-user="<%= current_user.to_json %>">

  <%= yield %>

  <%= javascript_include_tag RedBase::Engine.dashboard_js_manifest %>
  <div id="auth" style="display: none;">
    <p class="notice"><%= notice %></p>
    <p class="alert"><%= alert %></p>
  </div>

</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
red_base-0.6.0 app/views/layouts/red_base/dashboard.html.erb
red_base-0.5.1 app/views/layouts/red_base/dashboard.html.erb
red_base-0.5.0 app/views/layouts/red_base/dashboard.html.erb