Fix lint nits
This commit is contained in:
parent
7c475b5ff3
commit
8ad12c33a8
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
class AboutController < ApplicationController
|
class AboutController < ApplicationController
|
||||||
def index
|
def index
|
||||||
if Retrospring::Config.advanced_frontpage_enabled?
|
return unless Retrospring::Config.advanced_frontpage_enabled?
|
||||||
render template: "about/index_advanced"
|
|
||||||
end
|
render template: "about/index_advanced"
|
||||||
end
|
end
|
||||||
|
|
||||||
def about
|
def about
|
||||||
|
|
|
@ -28,5 +28,5 @@
|
||||||
= f.check_box :remember_me
|
= f.check_box :remember_me
|
||||||
|
|
||||||
= f.primary t("voc.login"), class: "btn btn-primary d-grid w-100"
|
= f.primary t("voc.login"), class: "btn btn-primary d-grid w-100"
|
||||||
|
|
||||||
= render "shared/links"
|
= render "shared/links"
|
||||||
|
|
Loading…
Reference in New Issue