Sha256: cf0bfde6f7f01757b9efef6d1b24d84bfc51a47add9e3fcbc3e2e6bda73421ad

Contents?: true

Size: 416 Bytes

Versions: 13

Compression:

Stored size: 416 Bytes

Contents

<%= content_tag component.tag_name, component.html_options do %>
  <%= yield %>
  <div class="icon-wrapper">
    <%= tao_icon component.icon %>
  </div>
  <div class="result-text">
  </div>
  <div class="placeholder">
    <%= component.placeholder %>
  </div>
  <%= link_to 'javascript:;', tabindex: '-1', class: 'link-clear', title: component.t(:clear_option) do %>
    <%= tao_icon :close %>
  <% end %>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
tao_form-1.0.0.beta.2 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-1.0.0.beta.1 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.2.3 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.2.2 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.2.1 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.2.0 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.1.10 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.1.9 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.1.8 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.1.7 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.1.6 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.1.5 lib/views/components/tao_form/components/moment_picker/_result.html.erb
tao_form-0.1.4 lib/views/components/tao_form/components/moment_picker/_result.html.erb