Skip to content
Snippets Groups Projects
Commit 7ad6e94b authored by Florian Sesser's avatar Florian Sesser
Browse files

Make hlint happy

parent ccae3475
No related branches found
No related tags found
1 merge request!34Implement MagicFolders list view
Pipeline #3986 failed
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE NamedFieldPuns #-}
module Pages.MagicFolders (magicFolders) where
......@@ -59,7 +58,7 @@ folderWidget (MagicFolder name) = do
text "folder_open"
elAttr "span" ("class" =: "mdc-list-item__text") $ do
elAttr "span" ("class" =: "mdc-list-item__primary-text") $
text $ name
text name
elAttr "span" ("class" =: "mdc-list-item__secondary-text") $
text "Mucho magic" -- $ describeEntry entry
setRoute $ FrontendRoute_FileBrowser :/ [name] <$ domEvent Click theEl'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment