Sha256: 58b7c293dbb3f888ff280752bae18e6b786029cc50d9243797a41767d2144c6e
Contents?: true
Size: 576 Bytes
Versions: 21
Compression:
Stored size: 576 Bytes
Contents
<% if @cached_at || @just_cached %> <p class="text-muted" style="float: right;"> <% if @cached_at %> Cached <%= time_ago_in_words(@cached_at, include_seconds: true) %> ago <% elsif params[:query_id] %> Cached just now <% if @data_source.cache_mode == "slow" %> (over <%= "%g" % @data_source.cache_slow_threshold %>s) <% end %> <% end %> <% if @query && params[:query_id] %> <%= link_to "Refresh", refresh_query_path(@query, params: variable_params(@query, @var_params)), method: :post %> <% end %> </p> <% end %>
Version data entries
21 entries across 21 versions & 3 rubygems