Sha256: ca6623ddde712292816977f752b57dfb4fb9f9adb03591db953d95ad7394f355
Contents?: true
Size: 504 Bytes
Versions: 134
Compression:
Stored size: 504 Bytes
Contents
<% if license[:id] == 'pro' and license[:valid] == false %> <%= render_license_warning title: 'Trial Mode', message: 'You are experiencing paid features that need to be licensed before deploying this site. Enjoy!' %> <% end %> <% if license[:error].present? && !(Avo.configuration.display_license_request_timeout_error === false && license[:error] === "Request timeout.") %> <%= render_license_warning title: 'Avo HQ Error', message: "#{license[:error]}. Checking back every 5 minutes." %> <% end %>
Version data entries
134 entries across 134 versions & 1 rubygems