summaryrefslogtreecommitdiff
path: root/app/views/layouts/application.html.haml
AgeCommit message (Collapse)Author
2014-05-13move User Control Panel heading out of mastheadAzul
the masthead can only handle content of a limited width. Alternatively we could make the masthead title wider and add padding on the left so it still aligns nicely with the mask. However the wider we make it the worse it looks on small width displays. Another option would be to make the masthead contain multiple lines. However vertical aligment to the middle of 1 OR 2 lines of text is a real pain. So I went with a super simple masthead and the Caption goes below.
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-07-31added empty 'home' layout and removed debugger from homecontrollerelijah
2013-07-06minor - remove masthead_noauth partialelijah
2013-07-04help - fix ticket navigation & links (use @user, not user).elijah
2013-07-04cleaned up application layout and some minor css.elijah
2013-07-04new layout for the home buttonselijah
2013-07-04added html_title helper - use @title to set page title.elijah
2013-07-04start of new ui - css changes, layout changes, navigation changes.elijah
2012-12-17Removing references to pjax.jessib
2012-12-07Merge branch 'master' into help_developjessib
Conflicts: app/views/layouts/application.html.haml help/app/controllers/tickets_controller.rb help/test/functional/tickets_controller_test.rb users/test/support/stub_record_helper.rb
2012-12-07first stub at displaying success messagesAzul
2012-11-16playing around with pjax-rails but not using it yetjessib
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-11-08added generic flash blockAzul
2012-10-17UI tweaks including newer version of bootstrapAzul