I would like to get the following effect using twitter bootstrap. One link for a collapse action and another link for another action:

Now I get this by setting another link with the pull-right class and adding an element. Is there a better way?
Here is the code that matters (sorry, but it's in jade, anyway, I think it's easy to understand)
div.accordion-heading div.row-fluid div.span6 a.accordion-toggle(href="#", data-parent="main-accordion", data-toggle="collapse")= "Collapse Link" div.span6 a.pull-right(style="padding:8px 15px")= "Another Link"
Best wishes
source share