Sha256: b571c000b5e168f614775963b168acb55e43f7a45ee5002bef38a2ac147f4bd3

Contents?: true

Size: 1019 Bytes

Versions: 21

Compression:

Stored size: 1019 Bytes

Contents

<div class='alert alert-info'>
  <button type="button" class="close" data-dismiss="alert">
    <span aria-hidden="true">&times;</span>
    <span class="sr-only">Close</span>
  </button>
  <% links = []
     links << link_to(t('.write_a_post'), controller: 'content', action: 'new') if can? :new, 'admin/content'
     links << link_to(t('.write_a_page'), controller: 'pages', action: 'new') if can? :new, 'admin/pages'
     links << link_to(t('.update_your_profile_or_change_your_password'), controller: 'profiles', action: 'index') %>
  <p>
    <%= t('.dashboard_explain_html', available_actions: safe_join(links, ', ')) %>
  </p>
  <% if can? :index, 'admin/themes' %>
  <p>
    <%= t('.customization_explain_html', theme_link: link_to(t('.change_your_blog_presentation'), controller: 'themes'), sidebar_link: link_to(t('.enable_plugins'), controller: 'sidebar')) %>
  </p>
  <% end %>
  <p>
  <%= t('.help_explain_html', doc_link: link_to(t('.read_our_documentation'), 'https://publify.github.io/')) %>
  </p>
</div>

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
HornsAndHooves-publify_core-10.5.0 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.4.0 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.3.0 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.2.0 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.10 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.1.1 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.1.0 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.0.3 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.0.2 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.0.1 app/views/admin/dashboard/_overview.html.erb
HornsAndHooves-publify_core-10.0.0 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.9 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.8 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.7 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.6 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.5 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.4 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.3 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.2 app/views/admin/dashboard/_overview.html.erb
publify_core-9.2.1 app/views/admin/dashboard/_overview.html.erb