_archived_warning.html.erb 173 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 <% if !article.errors.any? %> <div class="text-warning"> <p> <i class="icon"></i> <%= _("Archived article! It's read-only") %> </p> </div> <% end %>