Sha256: 783c0b177373bc8c520831eb7a21c29f8ca749a3b5b9348cdf4c97a66591d365
Contents?: true
Size: 588 Bytes
Versions: 62
Compression:
Stored size: 588 Bytes
Contents
<% if @input.form_control? %> <%= content_tag(@tag, **@form_group_arguments) do %> <% if @input.label %> <%= builder.label(@input.name, **@input.label_arguments) do %> <%= @input.label %> <% if @input.required? %> <%= content_tag(:span, aria: { hidden: "true" }) { "*" } %> <% end %> <% end %> <% end %> <%= content %> <% if @input.supports_validation? %> <%= render(ValidationMessage.new(input: @input)) %> <% end %> <%= render(Caption.new(input: @input)) %> <% end %> <% else %> <%= content %> <% end %>
Version data entries
62 entries across 62 versions & 1 rubygems