Sha256: 56d24936fad7131b1a87ba972a9630811eabc637c2861e1f64fa346ae03ec947

Contents?: true

Size: 710 Bytes

Versions: 73

Compression:

Stored size: 710 Bytes

Contents

<div>
  <label class="block my-5 block text-sm font-medium text-gray-700 string optional text-sm font-medium text-gray-600">
    <%= label %>
    <% if @object.attached? && object.variable? %>
      <%= image_tag @picture, class: 'border-2 border-dashed border-gray-300 mb-4' %>
      <% elsif @object.attached? %>
      <div><%= link_to @object.filename, url_for(@object) %></div>
    <% end %>
    <%= @form.file_field @field, class: "font-normal block text-sm text-gray-900 border border-gray-300 rounded-lg cursor-pointer bg-gray-50 dark:text-gray-400 focus:outline-none dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 file:mr-5 file:py-2 file:px-6 file:border-0 pr-5" %>
  </label>
</div>

Version data entries

73 entries across 73 versions & 2 rubygems

Version Path
tybo-0.4.1 app/components/input/file_component.html.erb
tybo-0.4.0 app/components/input/file_component.html.erb
tybo-0.3.26 app/components/input/file_component.html.erb
tybo-0.3.24 app/components/input/file_component.html.erb
tybo-0.3.23 app/components/input/file_component.html.erb
tybo-0.3.22 app/components/input/file_component.html.erb
tybo-0.3.21 app/components/input/file_component.html.erb
tybo-0.3.20 app/components/input/file_component.html.erb
tybo-0.3.19 app/components/input/file_component.html.erb
tybo-0.3.18 app/components/input/file_component.html.erb
tybo-0.3.17 app/components/input/file_component.html.erb
tybo-0.3.16 app/components/input/file_component.html.erb
tybo-0.3.15 app/components/input/file_component.html.erb
tybo-0.3.14 app/components/input/file_component.html.erb
tybo-0.3.13 app/components/input/file_component.html.erb
tybo-0.3.12 app/components/input/file_component.html.erb
tybo-0.3.11 app/components/input/file_component.html.erb
tybo-0.3.10 app/components/input/file_component.html.erb
tybo-0.3.9 app/components/input/file_component.html.erb
tybo-0.3.8 app/components/input/file_component.html.erb