Sha256: 840d878d70151c1c0dd0498ac7ba4efa378169a869e313d61399185bee7a3826
Contents?: true
Size: 562 Bytes
Versions: 89
Compression:
Stored size: 562 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? %> <span aria-hidden="true">*</span> <% 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
89 entries across 89 versions & 2 rubygems