try something like this:

<%= link_to t('.new', :default => t("helpers.links.new")),
                      new_article_path(article), :class => 'btn 
btn-mini' %>

Where class =>'btn btn-mini' is un type of button when you use bootstrap 
theme if you don't use it try whitout this option.

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/1133c79662a59c7782c20832480b15f5%40ruby-forum.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to