Method: PageflowPermalinkInput#to_html

Defined in:
app/inputs/pageflow_permalink_input.rb

#to_htmlObject



5
6
7
8
9
# File 'app/inputs/pageflow_permalink_input.rb', line 5

def to_html
  input_wrapping do
    label_html << permalink_html
  end
end