fix build with old yesod
This commit is contained in:
parent
93f2371e09
commit
eba74e3940
2 changed files with 2 additions and 1 deletions
|
@ -120,6 +120,7 @@ repoListDisplay reposelector = do
|
||||||
$(widgetFile "repolist")
|
$(widgetFile "repolist")
|
||||||
where
|
where
|
||||||
ident = "repolist"
|
ident = "repolist"
|
||||||
|
unfinished uuid = uuid == NoUUID
|
||||||
|
|
||||||
type RepoList = [(String, UUID, Actions)]
|
type RepoList = [(String, UUID, Actions)]
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<table .table .table-condensed>
|
<table .table .table-condensed>
|
||||||
<tbody #costsortable>
|
<tbody #costsortable>
|
||||||
$forall (name, uuid, actions) <- repolist
|
$forall (name, uuid, actions) <- repolist
|
||||||
$if uuid == NoUUID
|
$if unfinished uuid
|
||||||
<tr .repoline>
|
<tr .repoline>
|
||||||
<td>
|
<td>
|
||||||
<a .btn .btn-mini .disabled>
|
<a .btn .btn-mini .disabled>
|
||||||
|
|
Loading…
Reference in a new issue