Sha256: 4f4265ed0956dc42f086b8eb16e37542d3b688478e86d51a21921f93d533a70e
Contents?: true
Size: 530 Bytes
Versions: 66
Compression:
Stored size: 530 Bytes
Contents
<% unless f.object.persisted? %> <fieldset id="work-contents"> <div class="row with-headroom"> <div class="span12"> <legend> Add Your Content </legend> <p class="help-block"> The subject of your <%= f.object.human_readable_type.downcase %> can either be a file <em>or</em> a URL. </p> </div> </div> <div class="row"> <fieldset class="col-md-5"> <%= f.input :files, as: :multifile %> </fieldset> </div> </fieldset> <% end %>
Version data entries
66 entries across 66 versions & 1 rubygems