Replaced double quotes with single
This commit is contained in:
parent
00ff197658
commit
49121873c1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
%h3.panel-title
|
%h3.panel-title
|
||||||
Sign in
|
Sign in
|
||||||
.panel-body
|
.panel-body
|
||||||
= semantic_form_for "", method: :post, enctype: 'application/x-www-form-urlencoded', url: @login_url do |f|
|
= semantic_form_for '', method: :post, enctype: 'application/x-www-form-urlencoded', url: @login_url do |f|
|
||||||
= f.input :url, as: :hidden, input_html: { value: @back_url }
|
= f.input :url, as: :hidden, input_html: { value: @back_url }
|
||||||
= f.input :context, as: :hidden, input_html: { value: @context }
|
= f.input :context, as: :hidden, input_html: { value: @context }
|
||||||
= f.input :proxypath, as: :hidden, input_html: { value: @proxypath }
|
= f.input :proxypath, as: :hidden, input_html: { value: @proxypath }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue