I've been using glyphicons with Bootstrap for a few weeks with no problems. However now I'm using link_to with more arguments and I can't put the "do" in the proper place to get things working error free.
I have implemented my basic link_to's like the following example with no problem: How to add glyphicons to rails link_to helper - Bootstrap 3
Here's my code:
<%= link_to("Start Task", task_path(task, "task[started_at]" => DateTime.now), :method => :put, :confirm => "Sure?", class: "btn btn-default btn-sm") %>
I sincerely appreciate any help!