Sha256: 2ce342c84f2acec7b40aaefe80702fd723f73aa85102870890b4ad83c1d99dbf

Contents?: true

Size: 418 Bytes

Versions: 9

Compression:

Stored size: 418 Bytes

Contents

<% content_for :page_heading do %>
<i class="glyphicon glyphicon-large glyphicon-home"></i>
<h2 class="page-title"><%= t(".welcome_back", user_name: current_user.name) %></h2>
<% end %>

<%= render "overview" %>

<div class='row'>
  <div class='col-md-6'>
    <%= render "welcome" %>
    <%= render "comments" %>
  </div>
  <div class='col-md-6'>
    <%= render "drafts" %>
    <%= render "inbound" %>
  </div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
publify_core-9.1.0 app/views/admin/dashboard/index.html.erb
publify_core-9.0.1 app/views/admin/dashboard/index.html.erb
publify_core-9.0.0 app/views/admin/dashboard/index.html.erb
publify_core-9.0.0.pre6 app/views/admin/dashboard/index.html.erb
publify_core-9.0.0.pre5 app/views/admin/dashboard/index.html.erb
publify_core-9.0.0.pre4 app/views/admin/dashboard/index.html.erb
publify_core-9.0.0.pre3 app/views/admin/dashboard/index.html.erb
publify_core-9.0.0.pre2 app/views/admin/dashboard/index.html.erb
publify_core-9.0.0.pre1 app/views/admin/dashboard/index.html.erb