diff --git a/app/views/portlets/render_public/_gallerycontent.html.haml b/app/views/portlets/render_public/_gallerycontent.html.haml index 29f6de8..9eb3348 100644 --- a/app/views/portlets/render_public/_gallerycontent.html.haml +++ b/app/views/portlets/render_public/_gallerycontent.html.haml @@ -65,7 +65,7 @@ - -if input.style == 3 + -if input.style == 1 or input.style == 3 .portlet.input diff --git a/config/deploy.rb b/config/deploy.rb index 9a39a3e..80b2af0 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -5,7 +5,7 @@ set :application, 'chien_app' set :user, 'web' set :scm_user, "git" - set :scm_host, "gitlab.bally.me" + set :scm_host, "git.nicolasbally.com"