aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2018-04-13 17:41:01 +0200
committerGitHub2018-04-13 17:41:01 +0200
commit61f92d3bf28acd834b3e1e5d010829725992fb00 (patch)
tree10eb6d0c6788be582eeb8186088b7d61c8311c75
parentc1801cab30268f70547061435e02126155b07916 (diff)
parent88a4bd93dde5997e5572b756f364b455e54c53c5 (diff)
downloadchouette-core-61f92d3bf28acd834b3e1e5d010829725992fb00.tar.bz2
Merge pull request #481 from af83/6436-fix-companies-form
6436 Style Company#edit
-rw-r--r--app/views/referential_companies/edit.html.slim5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/referential_companies/edit.html.slim b/app/views/referential_companies/edit.html.slim
index 95be64aa1..0c9fb1f87 100644
--- a/app/views/referential_companies/edit.html.slim
+++ b/app/views/referential_companies/edit.html.slim
@@ -1,5 +1,8 @@
- breadcrumb :referential_company, @referential, @company
- page_header_content_for @company
+
.page_content
.container-fluid
- = render 'form'
+ .row
+ .col-lg-8.col-lg-offset-2.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1
+ = render 'form'