Sha256: 77efffe7cd5ca63cb299d887610264dc763a8859f8c366c15f6e054ea074a77e

Contents?: true

Size: 810 Bytes

Versions: 1

Compression:

Stored size: 810 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title><%= @PAGE_TITLE ? @PAGE_TITLE + " | AssetHost" : "AssetHost | Media Dashboard" %></title>
  <%= stylesheet_link_tag    "asset_host_core/application" %>
  <%= javascript_include_tag "asset_host_core/application" %>
  <%= csrf_meta_tag %>
</head>
<body>
<%= render 'asset_host_core/shared/navbar' %>

<div id="content" class="container">
  <div class="row">
    <div class='span12' id="content_right">
      <% if flash[:notice] %>
        <div class="alert alert-success"><%= flash[:notice] %></div>
      <% end %>

      <% if flash[:error] %>
        <div class="alert alert-error"><%= flash[:error] %></div>
      <% end %>

      <%= yield %>
    </div>
  </div>
  <br class="clear"/>
  <br/>
</div>

</body>
  <%= render "asset_host_core/shared/footerjs" %>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
asset_host_core-2.0.0.beta app/views/layouts/asset_host_core/full_width.html.erb