Commit e95cf261db3c2e3d6a5d74db058bb9f3c6c63e7a

Authored by Carlos Coêlho
1 parent 50282a78

Updated cookboks with slim header

Signed-off-by: Carlos Coêlho <carlospecter@gmail.com>
cookbooks/colab/templates/gitlab.py.erb
@@ -48,3 +48,5 @@ menu_urls = ( @@ -48,3 +48,5 @@ menu_urls = (
48 password_validators = ( 48 password_validators = (
49 'colab_gitlab.password_validators.min_length', 49 'colab_gitlab.password_validators.min_length',
50 ) 50 )
  51 +
  52 +change_header = True
cookbooks/colab/templates/mezuro.py.erb
@@ -28,3 +28,5 @@ url = colab_url_factory(&#39;mezuro&#39;) @@ -28,3 +28,5 @@ url = colab_url_factory(&#39;mezuro&#39;)
28 # url(display=_('Reading Groups'), viewname='mezuro', 28 # url(display=_('Reading Groups'), viewname='mezuro',
29 # kwargs={'path': 'reading_groups'}, auth=False), 29 # kwargs={'path': 'reading_groups'}, auth=False),
30 #) 30 #)
  31 +
  32 +change_header = True
src/colab-spb-plugin/tests/plugins.d/gitlab.py
@@ -38,3 +38,5 @@ menu_urls = ( @@ -38,3 +38,5 @@ menu_urls = (
38 kwargs={'path': '/merge_requests'}, auth=True), 38 kwargs={'path': '/merge_requests'}, auth=True),
39 39
40 ) 40 )
  41 +
  42 +change_header = True