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
|
||||
liftAssistant updateSyncRemotes
|
||||
where
|
||||
fromjs = toUUID . snd . separate (== '_') . T.unpack
|
||||
fromjs = toUUID . T.unpack
|
||||
|
||||
reorderCosts :: Remote -> [Remote] -> [(Remote, Cost)]
|
||||
reorderCosts remote rs = zip rs'' (insertCostAfter costs i)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: git-annex
|
||||
Version: 4.20130228
|
||||
Version: 4.20130314
|
||||
Cabal-Version: >= 1.8
|
||||
License: GPL
|
||||
Maintainer: Joey Hess <joey@kitenet.net>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<table .table .table-condensed>
|
||||
<tbody #costsortable>
|
||||
$forall (_num, name, uuid, actions) <- repolist
|
||||
<tr .repoline ##{"costsortable_" ++ fromUUID uuid}>
|
||||
<tr .repoline ##{fromUUID uuid}>
|
||||
<td .handle>
|
||||
<i .icon-resize-vertical></i>
|
||||
#{name}
|
||||
|
|
Loading…
Reference in a new issue