Sha256: c223f0a315a06df7b752acb3e50e4a0dea627fb690696703a9022590a49fa41e

Contents?: true

Size: 982 Bytes

Versions: 9

Compression:

Stored size: 982 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta http-equiv="Content-type" content="text/html; charset=utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>
    <%= yield :page_title %>
  </title>
  <meta http-equiv="imagetoolbar" content="no">
  <%= javascript_include_tag 'publify_admin', async: Rails.env.production? %>
  <%= stylesheet_link_tag "accounts" %>
</head>
<body>
  <div class="container">
    <div class="row">
      <div class="col-md-4 col-md-offset-4">
        <div class="panel panel-default">
          <div class="panel-heading">
            <h1 class='panel-title'><%= link_to("Publify", "http://publify.co") %></h1>
          </div>
          <div class="panel-body">
            <%= render 'shared/flash', flash: flash %>
            <%= yield %>
          </div>
        </div>
        <% if content_for?(:account_links) %>
            <%= yield :account_links %>
        <% end %>
      </div>
    </div>
  </div>
</body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/layouts/accounts.html.erb
publify_core-9.0.1 app/views/layouts/accounts.html.erb
publify_core-9.0.0 app/views/layouts/accounts.html.erb
publify_core-9.0.0.pre6 app/views/layouts/accounts.html.erb
publify_core-9.0.0.pre5 app/views/layouts/accounts.html.erb
publify_core-9.0.0.pre4 app/views/layouts/accounts.html.erb
publify_core-9.0.0.pre3 app/views/layouts/accounts.html.erb
publify_core-9.0.0.pre2 app/views/layouts/accounts.html.erb
publify_core-9.0.0.pre1 app/views/layouts/accounts.html.erb