Sha256: c2cd342df6d6fceec69a180e56725ef3d96fd76f693875fa1de2fbfc3d4ff3e3

Contents?: true

Size: 380 Bytes

Versions: 5

Compression:

Stored size: 380 Bytes

Contents

<%
  # headmin/forms/hint
  #
  # ==== Required parameters
  # * +content+ - Content to be displayed as input hint
  #
  # ==== Examples
  #   Basic version
  #   <%= form_with do |form| %#>
  #     <%= render "headmin/forms/hint", content: "Hello" %#>
  #   <% end %#>

  hint = Headmin::Form::HintView.new(local_assigns)
%>

<div class="form-text"><%= raw(hint.content) %></div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
headmin-0.5.1 app/views/headmin/forms/_hint.html.erb
headmin-0.5.0 app/views/headmin/forms/_hint.html.erb
headmin-0.4.2 app/views/headmin/forms/_hint.html.erb
headmin-0.4.1 app/views/headmin/forms/_hint.html.erb
headmin-0.4.0 app/views/headmin/forms/_hint.html.erb