Skip to content
Antonio Pagano edited this page Jan 29, 2018 · 2 revisions

Label allows to create label tags into forms.

<%= f.Label("My Label") %>

Produces:

<label>My Label</label>
Clone this wiki locally