diff options
| -rw-r--r-- | app/views/group_of_lines/_group_of_line.html.slim | 2 | ||||
| -rw-r--r-- | app/views/group_of_lines/new.html.slim | 2 | ||||
| -rw-r--r-- | app/views/group_of_lines/show.html.slim | 2 | ||||
| -rw-r--r-- | app/views/offer_workbenches/_referential.html.slim | 2 | ||||
| -rw-r--r-- | app/views/route_sections/index.html.slim | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/app/views/group_of_lines/_group_of_line.html.slim b/app/views/group_of_lines/_group_of_line.html.slim index 90a041899..77ed74b6a 100644 --- a/app/views/group_of_lines/_group_of_line.html.slim +++ b/app/views/group_of_lines/_group_of_line.html.slim @@ -9,7 +9,7 @@ = link_to('<span class="fa fa-trash-o"></span>'.html_safe, line_referential_group_of_line_path(@line_referential, group_of_line), :method => :delete, :data => {:confirm => t('group_of_lines.actions.destroy_confirm')}, class: 'btn btn-danger btn-sm') if delete h5 - = link_to([@line_referential, group_of_line], :class => "preview", :title => "#{Chouette::GroupOfLine.model_name.human.capitalize} #{group_of_line.name}") do + = link_to [@line_referential, group_of_line], :class => "preview", :title => "#{Chouette::GroupOfLine.model_name.human.capitalize} #{group_of_line.name}" do span.name = truncate(group_of_line.name, :length => 20) diff --git a/app/views/group_of_lines/new.html.slim b/app/views/group_of_lines/new.html.slim index 3b4455ce6..36b5d6b4e 100644 --- a/app/views/group_of_lines/new.html.slim +++ b/app/views/group_of_lines/new.html.slim @@ -1,3 +1,3 @@ = title_tag t('group_of_lines.new.title') -= render 'form'
\ No newline at end of file +== render 'form'
\ No newline at end of file diff --git a/app/views/group_of_lines/show.html.slim b/app/views/group_of_lines/show.html.slim index 0862c88f8..c93f5277e 100644 --- a/app/views/group_of_lines/show.html.slim +++ b/app/views/group_of_lines/show.html.slim @@ -16,7 +16,7 @@ h3.group_of_line_lines = t('.lines') .lines_detail - = render partial: "lines_detail" + == render partial: "lines_detail" - content_for :sidebar do ul.actions diff --git a/app/views/offer_workbenches/_referential.html.slim b/app/views/offer_workbenches/_referential.html.slim index 5dd862a93..f00caa728 100644 --- a/app/views/offer_workbenches/_referential.html.slim +++ b/app/views/offer_workbenches/_referential.html.slim @@ -9,7 +9,7 @@ span.fa.fa-trash-o h5 - = link_to [@referential, referential], class: 'preview', title: "#{Referential.model_name.human.capitalize} #{referential.name}") do + = link_to [@referential, referential], class: 'preview', title: "#{Referential.model_name.human.capitalize} #{referential.name}" do span.name = truncate(referential.name, :length => 30) diff --git a/app/views/route_sections/index.html.slim b/app/views/route_sections/index.html.slim index b1eeebabe..2d36be67a 100644 --- a/app/views/route_sections/index.html.slim +++ b/app/views/route_sections/index.html.slim @@ -10,7 +10,7 @@ = form.text_field :arrival_name, class: 'form-control', placeholder: Chouette::RouteSection.human_attribute_name(:arrival) .input-group-btn - button.btn.btn-default type="submit + button.btn.btn-default type="submit" i.fa.fa-search .panel-body |
