Sha256: 2a896f8d6ae2011796f8dbc1a392e78162986b86f778b86f70e891115b6a65d1
Contents?: true
Size: 360 Bytes
Versions: 11
Compression:
Stored size: 360 Bytes
Contents
format :html do view :input do # Localize "Content is stored in file and can't be edited." end view :bar_middle do short_content end def short_content icon_tag(:warning, class: "text-muted pe-2") + wrap_with(:span, "file", class: "text-muted") end def standard_submit_button multi_card_editor? ? super : "" end end
Version data entries
11 entries across 11 versions & 1 rubygems