Sha256: fec751a029a636fb2b2eb7e35302e078435c13c5b75ace27f487cf2714132972

Contents?: true

Size: 496 Bytes

Versions: 2

Compression:

Stored size: 496 Bytes

Contents

<% content_for :page_heading do %>
<h2>
  <i class="glyphicon glyphicon-large glyphicon-cog"></i>
  <%= t(".cache") %>
</h2>
<% end %>

<p class='alert alert-info'><%= t(".explanation") %></p>

<div class='well'>
  <p><%= t(".stats", files_count: @cache_number.to_i, size: @cache_size.to_i / 1000) %></p>
  <hr>
  <%= form_tag(admin_cache_path, method: :delete) do %>
    <div class='form-group'>
      <%= submit_tag(t(".sweep_cache"), class: 'btn btn-primary') %>
    </div>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
publify_core-9.0.0.pre2 app/views/admin/cache/show.html.erb
publify_core-9.0.0.pre1 app/views/admin/cache/show.html.erb