Sha256: 534e66d6c9dece6872e524f3def61e184f3c97592e04aaa81b675a3a7166e92f
Contents?: true
Size: 548 Bytes
Versions: 1
Compression:
Stored size: 548 Bytes
Contents
<%= pb_content_tag(:div, **combined_html_options) 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
playbook_ui-13.24.0.pre.alpha.play1305drycontenttag2689 | app/pb_kits/playbook/pb_file_upload/file_upload.html.erb |