Sha256: dce44adfefc6478045533f345d801771faf5f3b1fec0e3fb25b27f18e9f33e60

Contents?: true

Size: 390 Bytes

Versions: 10

Compression:

Stored size: 390 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' %>
  </div>
</div>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/admin/dashboard/index.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/admin/dashboard/index.html.erb