summaryrefslogtreecommitdiff
path: root/app/views/home
AgeCommit message (Collapse)Author
2016-09-26Display provider message next to tweets aswellAzul
The content.html.haml was modified to pick the layout based on wether tweets are enabled or not. We need to display the provider message in both cases.
2016-09-26Merge remote-tracking branch 'pr/239' into developAzul
2016-09-22initializer/twitter.rb file unnecessary; added change in main view only if ↵luca-marie
twitter feature is set enabled == true
2016-09-22customize: provider message more fine grainedAzul
We used to replace all of home/content - so we missed the twitter feed on the providers. Instead one should now customize home/provider_message only.
2016-09-13Merge pull request #12 from LoadToCode/theatheaamanda
Deleting not necessary files from offical PR
2016-09-13reseted index.html.haml old statethea
2016-09-09Added changes in css, view and main view file, as well as default avatar is ↵luca-marie
now set as twitter official logo (added 2 official twitter logo images; changed footer text.
2016-09-01Updating the view and CSS, no pic and twitter handle in each tweet;luca-marie
Displaying only 3 most tweets
2016-09-01Adding config/config.yml file into .gitignore, cleaning up smaller typosluca-marie
2016-09-01Twitter controller now as helper, some more styling in CSS, bug fixluca-marie
2016-09-01Update with Twitterluca-marie
2016-05-02upgrade: use bootstrap3 row and col-md-*Azul
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