Hello,
For my project I need a button which produces this in html ;
Submit
I tried already and <content_tag> but also that did not
produce the output as I expected.
Roelof
Hello,
For my project I need a button which produces this in html ;
Submit
I tried already and <content_tag> but also that did not
produce the output as I expected.
Roelof
Roelof W. wrote in post #1154953:
For my project I need a button which produces this in html ;
Submit
I tried already and <content_tag> but also that did not
produce the output as I expected.
The button_tag signature:
button_tag(content_or_options = nil, options = nil, &block)
button_tag(“Submit”, { class: “btn btn-blue” })
=> Submit
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs