set/abstract/read_only.rb in card-mod-content-0.14.2 vs set/abstract/read_only.rb in card-mod-content-0.15.0

- old
+ new

@@ -2,10 +2,10 @@ view :input do "Content can't be edited." end def short_content - fa_icon("exclamation-circle", class: "text-muted pr-2") + + fa_icon("exclamation-circle", class: "text-muted pe-2") + wrap_with(:span, "read-only", class: "text-muted") end def standard_submit_button multi_card_editor? ? super : ""