Use this tag to ask questions related to HTML5 content element.
I'm trying to replicate the Delete button icon in this example using the Rails 3 content_tag method, within a nested …
ruby-on-rails-3 twitter-bootstrap link-to content-tagHi I got a noob question, I want to create the following HTML result: <a href="/controller/action" class="…
ruby-on-rails-3 href link-to content-tagIn my Rails 3 application I use Ajax to get a formatted HTML: $.get("/my/load_page?page=5", function(data) { alert(…
ruby-on-rails ruby-on-rails-3 content-tagHow would I get the following html output with the content_tag helper? <ul> <li>1</…
html ruby-on-rails content-tag