summaryrefslogtreecommitdiff
path: root/app/views/users/show.html.haml
AgeCommit message (Collapse)Author
2017-04-03fix: icons that were using the bootstrap 2 syntaxAzul
2016-05-02upgrade: use bootstrap3 row and col-md-*Azul
2014-05-27add btn helper for link_to with .btnAzul
Also translates the first arg if it's a symbol and adds more btn- classes if given as html_options[:type]
2014-05-26navigation works with empty locale selectedAzul
Just in case some translation keys are not present things should still work and make sense. So translation keys should be picked in a meaningful way and scoped rather than prefixed. For example overview.account will turn into "Account" if no translation is present while "overview_account" will turn into "Overview Account". We usually want the former.
2014-04-29smaller download button with context on dashAzul
To use bitmask services: Download Bitmask
2014-04-24cleanup homepage buttons someAzul
let's devide the partials rather than having super specific parameters (on_user_page)
2014-04-08moving users: app and test filesAzul