another hamlet compat fix
This commit is contained in:
parent
7dcf33a164
commit
bcc40eac4a
3 changed files with 3 additions and 3 deletions
|
@ -213,7 +213,7 @@ getRepositoriesReorderR = do
|
||||||
remoteListRefresh
|
remoteListRefresh
|
||||||
liftAssistant updateSyncRemotes
|
liftAssistant updateSyncRemotes
|
||||||
where
|
where
|
||||||
fromjs = toUUID . snd . separate (== '_') . T.unpack
|
fromjs = toUUID . T.unpack
|
||||||
|
|
||||||
reorderCosts :: Remote -> [Remote] -> [(Remote, Cost)]
|
reorderCosts :: Remote -> [Remote] -> [(Remote, Cost)]
|
||||||
reorderCosts remote rs = zip rs'' (insertCostAfter costs i)
|
reorderCosts remote rs = zip rs'' (insertCostAfter costs i)
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: git-annex
|
Name: git-annex
|
||||||
Version: 4.20130228
|
Version: 4.20130314
|
||||||
Cabal-Version: >= 1.8
|
Cabal-Version: >= 1.8
|
||||||
License: GPL
|
License: GPL
|
||||||
Maintainer: Joey Hess <joey@kitenet.net>
|
Maintainer: Joey Hess <joey@kitenet.net>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<table .table .table-condensed>
|
<table .table .table-condensed>
|
||||||
<tbody #costsortable>
|
<tbody #costsortable>
|
||||||
$forall (_num, name, uuid, actions) <- repolist
|
$forall (_num, name, uuid, actions) <- repolist
|
||||||
<tr .repoline ##{"costsortable_" ++ fromUUID uuid}>
|
<tr .repoline ##{fromUUID uuid}>
|
||||||
<td .handle>
|
<td .handle>
|
||||||
<i .icon-resize-vertical></i>
|
<i .icon-resize-vertical></i>
|
||||||
#{name}
|
#{name}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue