gitlab-org--gitlab-foss/app/views/layouts
Timothy Andrew 1f713d52d7 Render `gon` data in the page `body`, not `head`
- Turbolinks caches the `head`, so `gon` updates don't show up unless
  the user navigates to page directly (by URL) or performs a refresh.
- The solution is to render `gon` in the body instead.
- Also update the syntax to the new Rails 4 (according to the gon
  README) syntax.
2016-06-06 12:50:31 +05:30
..
ci Fix issue with overlap of sidebar links. 2016-03-01 10:18:05 -05:00
header Don't show the Todo count if there aren't any Todos. 2016-05-10 21:56:40 -06:00
nav Merge branch 'dz-rename-registry-tab' into 'master' 2016-06-03 15:21:28 +00:00
_bootlint.haml Bootlint integration 2015-04-01 21:33:22 +02:00
_broadcast.html.haml Update broadcast_message helper 2016-01-13 11:34:58 -05:00
_collapse_button.html.haml Revert "Merge branch 'new-navigation-prototype' into 'master'" 2016-04-07 21:20:16 +00:00
_flash.html.haml
_google_analytics.html.haml
_head.html.haml Render `gon` data in the page `body`, not `head` 2016-06-06 12:50:31 +05:30
_init_auto_complete.html.haml Only load autocomplete data when actually needed 2016-01-11 11:13:11 +01:00
_page.html.haml Add fade out to left side of layout nav; remove dropdown nav helper; remove controls button from mobile 2016-05-25 17:14:28 -05:00
_page_title.html.haml
_piwik.html.haml Update piwik template 2015-11-08 18:03:30 +02:00
_search.html.haml Clicking search pill focuses field 2016-05-24 16:59:18 +01:00
_user_styles.html.haml Use display: inline where appropriate 2015-08-06 14:55:03 +02:00
admin.html.haml Page titles are title case. 2015-12-02 14:06:25 +01:00
application.html.haml Render `gon` data in the page `body`, not `head` 2016-06-06 12:50:31 +05:30
dashboard.html.haml Move project header title definition to view in question. 2015-09-17 12:16:24 +02:00
devise.html.haml Render `gon` data in the page `body`, not `head` 2016-06-06 12:50:31 +05:30
devise_empty.html.haml Render `gon` data in the page `body`, not `head` 2016-06-06 12:50:31 +05:30
devise_mailer.html.haml New confirmation email 🔥 2016-05-25 16:56:06 -04:00
errors.html.haml Render `gon` data in the page `body`, not `head` 2016-06-06 12:50:31 +05:30
explore.html.haml Clean up overlap between dashboard and explore. 2015-09-08 14:49:20 +01:00
group.html.haml Dont specify sidebar for group and group settings layouts 2016-05-03 12:31:50 +02:00
group_settings.html.haml Dont specify sidebar for group and group settings layouts 2016-05-03 12:31:50 +02:00
help.html.haml Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
notify.html.haml Syntax-highlight diffs in push emails 2016-05-17 13:23:17 +01:00
profile.html.haml Implement top navigation concept for profile area 2016-04-19 20:05:30 +02:00
project.html.haml Implement new horizontal navigation to project pages 2016-05-16 12:21:12 -05:00
project_settings.html.haml Implement new horizontal navigation to project pages 2016-05-16 12:21:12 -05:00
search.html.haml Add helpers for header title and sidebar, and move setting those from controllers to layouts. 2015-05-01 10:39:16 +02:00
snippets.html.haml Clean up overlap between dashboard and explore. 2015-09-08 14:49:20 +01:00