summaryrefslogtreecommitdiff
path: root/app/views/layouts/_header.html.haml
AgeCommit message (Collapse)Author
2014-07-05make link_to_navigation more generic and reuse itAzul
Use link_to_navigation for all important navigation items. It creates a link in a list item for use with bootstrap. It supports an :active flag and an :icon option in the html_options now. It also translates the label. This way it can be used in a lot of places as the generic navigation link.
2014-07-05Enable unblocking handles in identities tabAzul
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing.
2014-05-27move users key into layouts scope so it does not conflict with users scopeAzul
2014-05-26tickets: structure i18nAzul
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.
2013-09-02Remove references to email_settings controller, which has been removed. An ↵jessib
identities controller will replace it.
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-04start of new ui - css changes, layout changes, navigation changes.elijah