Remove instance variables to fix haml-lint
This commit is contained in:
parent
5bb297ab84
commit
9bdcba4609
4 changed files with 4 additions and 4 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
Editing
|
Editing
|
||||||
= @booth.title
|
= @booth.title
|
||||||
|
|
||||||
= render 'booths/form'
|
= render 'booths/form', conference: @conference
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
%h1 New #{t'booth'}
|
%h1 New #{t'booth'}
|
||||||
|
|
||||||
= render 'booths/form'
|
= render 'booths/form', conference: @conference
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@
|
||||||
Editing
|
Editing
|
||||||
= @booth.title
|
= @booth.title
|
||||||
|
|
||||||
= render 'form'
|
= render 'form', conference: @conference
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
.container
|
.container
|
||||||
%h1 Request a #{t'booth'}
|
%h1 Request a #{t'booth'}
|
||||||
|
|
||||||
= render 'form'
|
= render 'form', conference: @conference
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue