Remove the double doctype, fix indentation
This commit is contained in:
parent
f1b5f5168b
commit
29ad270f0f
1 changed files with 1 additions and 2 deletions
|
@ -1346,7 +1346,6 @@ module StopTime::Views
|
|||
|
||||
# The main layout used by all views.
|
||||
def layout
|
||||
doctype!
|
||||
html do
|
||||
head do
|
||||
title "Stop… Camping Time!"
|
||||
|
@ -1542,7 +1541,7 @@ module StopTime::Views
|
|||
if @customers.empty?
|
||||
p do
|
||||
text! "None found! You can create one " +
|
||||
"#{a "here", :href => R(CustomersNew)}."
|
||||
"#{a "here", :href => R(CustomersNew)}."
|
||||
end
|
||||
else
|
||||
table.customers do
|
||||
|
|
Loading…
Reference in a new issue