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"
else
title "musicapp"
style -> raw ".invalid{background:#DDD;}"
body ->
@content_for "inner"

View File

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