Sha256: f99a580dda0d175bc56ba15251a14e401af55b0141a0d79b459fb7ed3046da35

Contents?: true

Size: 555 Bytes

Versions: 11

Compression:

Stored size: 555 Bytes

Contents

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

<%= render 'overview' %>
<% if Content.where(text_filter_name: "textile").any? || Feedback.where(text_filter_name: "textile").any? %>
  <div class="alert alert-warning">
    <p>
    <%= t('.textile_deprecated_html') %>
    </p>
  </div>
<% end %>

<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

11 entries across 11 versions & 1 rubygems

Version Path
publify_core-9.2.10 app/views/admin/dashboard/index.html.erb
publify_core-9.2.9 app/views/admin/dashboard/index.html.erb
publify_core-9.2.8 app/views/admin/dashboard/index.html.erb
publify_core-9.2.7 app/views/admin/dashboard/index.html.erb
publify_core-9.2.6 app/views/admin/dashboard/index.html.erb
publify_core-9.2.5 app/views/admin/dashboard/index.html.erb
publify_core-9.2.4 app/views/admin/dashboard/index.html.erb
publify_core-9.2.3 app/views/admin/dashboard/index.html.erb
publify_core-9.2.2 app/views/admin/dashboard/index.html.erb
publify_core-9.2.1 app/views/admin/dashboard/index.html.erb
publify_core-9.2.0 app/views/admin/dashboard/index.html.erb