Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-28 | destroy_btn helper method | Azul | |
2014-05-26 | remove unused bold helper and instead sanitize flash | Azul | |
2014-05-20 | better detection if price link should be shown in the footer | elijah | |
2014-05-06 | hide srp forms when no js is available | Azul | |
Hiding them using two mechanisms in case one fails: .hidden class - bootstrap hides them then style='display:none' - so they are hidden even if css load fails | |||
2014-04-24 | cleanup homepage buttons some | Azul | |
let's devide the partials rather than having super specific parameters (on_user_page) | |||
2014-04-08 | moving users: app and test files | Azul | |
2014-04-08 | moving all of core into toplevel, tests fail. | Azul | |
2013-10-15 | detect os in browser and show proper download link | Azul | |
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-08-27 | Not ideal way to do it, but was proving complicated to have a config file ↵ | jessib | |
specify which gems for which environments. Here, we have the billing gem included for the development and test environments only, hardcoded in the Gemfile. Then we show the links to billing based on a config file setting. The setting itself could be used to specify different types of billing, but isn't yet. | |||
2013-08-13 | Option to disable billing engine and hide billing related links. To actual ↵ | jessib | |
disable, must remove billing engine from Gemfile (and re-bundle) | |||
2013-07-04 | new layout for the home buttons | elijah | |
2013-07-04 | new home page | elijah | |
2013-07-04 | added html_title helper - use @title to set page title. | elijah | |
2013-07-04 | start of new ui - css changes, layout changes, navigation changes. | elijah | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |