This commit is contained in:
Tangent 2019-06-14 17:41:39 -07:00
parent c236f9a30a
commit a2249a48a3
2 changed files with 2 additions and 1 deletions

View File

@ -8,5 +8,6 @@ class extends Widget
title "#{@title} - musicapp" title "#{@title} - musicapp"
else else
title "musicapp" title "musicapp"
style -> raw ".invalid{background:#DDD;}"
body -> body ->
@content_for "inner" @content_for "inner"

View File

@ -41,7 +41,7 @@ class extends Widget
th "✓" th "✓"
for track in *@tracks for track in *@tracks
tr -> tr class: Tracks.statuses[track.status], ->
form { form {
action: @url_for "tracks", order: @order, asc_desc: @asc_desc, page: @page action: @url_for "tracks", order: @order, asc_desc: @asc_desc, page: @page
method: "POST" method: "POST"