Sha256: a3b05d6802519f65c14d14fcd308a3b4eb14006ece766fc166af3a0cbecf6dcf
Contents?: true
Size: 555 Bytes
Versions: 10
Compression:
Stored size: 555 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, variable_params(@query)), method: :post %> <% end %> </p> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems