Quick and dirty fix for layout of settings tabs

This commit is contained in:
Skud
2014-09-01 22:30:08 +10:00
parent e7d9ebe37a
commit 0687625049
4 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put, :class => 'form-horizontal' }) do |f|
%br/
= devise_error_messages!
.row

View File

@@ -1,4 +1,5 @@
= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put, :class => 'form-horizontal' }) do |f|
%br/
= devise_error_messages!
.form-group

View File

@@ -1,4 +1,5 @@
= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put, :class => 'form-horizontal' }) do |f|
%br/
= devise_error_messages!
.form-group

View File

@@ -1,4 +1,5 @@
= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put, :class => 'form-horizontal' }) do |f|
%br/
= devise_error_messages!
.form-group