We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Label allows to create label tags into forms.
<%= f.Label("My Label") %>
Produces:
<label>My Label</label>