summaryrefslogtreecommitdiff
path: root/app/views/home
AgeCommit message (Collapse)Author
2016-09-26backport: new customization strategy for the provider messageversion/0.8Azul
We display a message for some providers like 'This is a demonstration provider. Accounts may be deleted at any time.' We used to do so by just customizing the entire home/content partial. This had the downside that changes to this partial would not be reflected on the customized providers. Instead we now have a separate partial for that purpose.
2015-08-04Made the default front-page welcome text translatable.elijah
2015-07-23make the default vanilla leap_web include a masthead on the home page.elijah
2014-04-24remove cert link - has no purpose anymoreAzul
2014-04-24cert_path now is api_cert_pathAzul
2014-01-23move #masthead out of main templates to make the masthead partials more ↵elijah
flexible.
2014-01-23added a default footer with links to privacy policy, tos, pricing, about us, ↵elijah
contact.
2013-12-17Merge branch 'develop' into feature/billing-no-authenticated-paymentsjessib
Conflicts: billing/config/locales/en.yml
2013-10-30notify user their account was successfully deleted (refs #4216)Azul
Also fixes a cornercase when admins deleted their own account. So far they would be redirected to the users list - which then refused access. Now they'll be redirected to the home landing page as well.
2013-10-08Payments made when authenticated will be donations, and not connected to ↵jessib
customer in any way.
2013-08-06Fix stupid typo.jessib
2013-08-01Merge branch 'master' into billing_with_testsjessib
Conflicts: app/views/home/index.html.haml
2013-07-31added empty 'home' layout and removed debugger from homecontrollerelijah
2013-07-23Some clean-up of billing display.jessib
2013-07-04minor changes to css and home page.elijah
2013-07-04new layout for the home buttonselijah
2013-07-04new home pageelijah
2013-07-04start of new ui - css changes, layout changes, navigation changes.elijah
2012-12-12quick fix for langing page to not have spacerAzul
2012-11-09Various very small tweaks: comments about main div display in firefox, give ↵jessib
info for when creating unauthenticated tickets, redirecting to index when closing a ticket, fix default select for ticket filtering.
2012-10-29Merge branch 'help_develop' into developAzul
2012-10-17UI tweaks including newer version of bootstrapAzul
2012-10-17complete signup, login, logout workflowAzul
2012-10-05Rough code to add & comment on tickets.jessib
2012-09-27Adding in what used to be leap webapp demoAzul
we're merging repositories into one