Sha256: 420e148af9e13eb2ecf99b78c744be5035749f15d0eaef1e789876908426396e
Contents?: true
Size: 390 Bytes
Versions: 92
Compression:
Stored size: 390 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? %> <%= render_license_warning title: 'Avo HQ Error', message: "#{license[:error]}. Checking back every 5 minutes." %> <% end %>
Version data entries
92 entries across 92 versions & 1 rubygems