diff options
| author | Zog | 2018-05-03 13:36:19 +0200 | 
|---|---|---|
| committer | cedricnjanga | 2018-05-03 16:09:54 -0700 | 
| commit | 327084ca7fd23a5c9378c495c349047a97465b98 (patch) | |
| tree | 1ad24a8d8cff8d97d8e4b57ecd88fe294e2a2bfd /app | |
| parent | 69b680aa5e50ae5761c4b87f9e2cf6d408d5e7ca (diff) | |
| download | chouette-core-327084ca7fd23a5c9378c495c349047a97465b98.tar.bz2 | |
Refs #6346; Fix other companies form
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/companies/edit.html.slim | 7 | ||||
| -rw-r--r-- | app/views/companies/new.html.slim | 3 | 
2 files changed, 8 insertions, 2 deletions
| diff --git a/app/views/companies/edit.html.slim b/app/views/companies/edit.html.slim index faa88f829..c85bef0ec 100644 --- a/app/views/companies/edit.html.slim +++ b/app/views/companies/edit.html.slim @@ -1,3 +1,8 @@  - breadcrumb :company, @company  - page_header_content_for @company -= render 'form'
\ No newline at end of file + +.page_content +  .container-fluid +    .row +      .col-lg-8.col-lg-offset-2.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 +        = render 'form' diff --git a/app/views/companies/new.html.slim b/app/views/companies/new.html.slim index 1747b8e10..6cc32130d 100644 --- a/app/views/companies/new.html.slim +++ b/app/views/companies/new.html.slim @@ -1,6 +1,7 @@  - breadcrumb :companies, @line_referential +  .page_content    .container-fluid      .row        .col-lg-8.col-lg-offset-2.col-md-8.col-md-offset-2.col-sm-10.col-sm-offset-1 -        = render 'form'
\ No newline at end of file +        = render 'form' | 
