Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
let's devide the partials rather than having super specific parameters (on_user_page)
|
|
|
|
|
|
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.
|
|
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.
|
|
disable, must remove billing engine from Gemfile (and re-bundle)
|
|
|
|
|
|
|
|
|
|
we're merging repositories into one
|