Sha256: 2276989eb3f786c111fc73a48050f7bfa23fadcd5b63460377be559b06aba090
Contents?: true
Size: 517 Bytes
Versions: 8
Compression:
Stored size: 517 Bytes
Contents
<%= pb_content_tag do %> <%= pb_rails("form_group", props: {cursor: "pointer", full_width: object.full_width}) do %> <label for="upload-<%= object.id %>" class="pb_button_kit_secondary_inline_enabled"><%= "#{object.label}" %></label> <%= pb_rails("text_input", props: { type: "file", input_options: { id: "upload-#{object.id}", classname: "cursor_pointer", }.merge(object.input_options) }) %> <% end %> </label> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems