summaryrefslogtreecommitdiff
path: root/core/app/views/common/_home_page_buttons.html.haml
AgeCommit message (Collapse)Author
2014-04-08moving all of core into toplevel, tests fail.Azul
2013-12-23Merge remote-tracking branch 'jessib/feature/3389_download_links' into developAzul
Conflicts: core/app/views/common/_home_page_buttons.html.haml users/app/views/users/show.html.haml
2013-12-22locale prefix support:elijah
* set locale based on request header * enforce locale path prefix when current locale is not the default * note: don't use root_path anymore, instead use home_path
2013-12-19Put download link on user page.jessib
2013-11-14minor improvements to the download button (proper localization, better ↵elijah
image, better hooks for customization)
2013-10-16remove leftover from testing os specific sectionsAzul
2013-10-15detect os in browser and show proper download linkAzul
We add a class to the html element based on the detected os and use that to pick which download link should be visible. If we detect an os that is not supported we display a deactivated download link instead with all alternatives.
2013-09-03use the login logout named route instead of sessions resourceAzul
The main part of the sessions resource now lives in the API. the two named routes are just fine for what is left.
2013-07-04new layout for the home buttonselijah
2013-07-04new home pageelijah