diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs index 9ebc89aabc..51743964bd 100644 --- a/Assistant/Alert.hs +++ b/Assistant/Alert.hs @@ -211,7 +211,6 @@ syncAlert rs = baseActivityAlert { alertHeader = Just $ tenseWords [Tensed "Syncing" "Synced", "with", showRemotes rs] , alertData = [] - , alertBlockDisplay = True , alertPriority = Low } diff --git a/templates/sidebar/alert.hamlet b/templates/sidebar/alert.hamlet index 9ffb449999..a339874a2b 100644 --- a/templates/sidebar/alert.hamlet +++ b/templates/sidebar/alert.hamlet @@ -1,13 +1,18 @@
$if closable × - $case icon - $of Nothing - $of Just name - # $maybe h <- heading $if block -

#{h}

# +

+ $case icon + $of Nothing + $of Just name + # + #{h} $else + $case icon + $of Nothing + $of Just name + # #{h} # #{message}