File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
src/lib/Neuron/Frontend/Zettel Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 33 "repo" : " reflex-dom-pandoc" ,
44 "branch" : " master" ,
55 "private" : false ,
6- "rev" : " 26272d4a9ecab6e4d4af5e601ebf6e2bb8edef0d " ,
7- "sha256" : " 10kmiif0yq9w6s37i6mlakm412dn5jksbxnmwjvy3bvm3idkh6k0 "
6+ "rev" : " 63ff62ee9c7f4a8c231db16bb91b858c8a39aebd " ,
7+ "sha256" : " 1xsx2j2xbq3id6c2vgzm53ywf2n2g95vbq29l42g19c854mnh38p "
88}
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : neuron
3- version : 1.9.23.1
3+ version : 1.9.24.0
44license : AGPL-3.0-only
55copyright : 2020 Sridhar Ratnakumar
66@@ -64,7 +64,7 @@ common library-common
6464 data-default,
6565 reflex,
6666 reflex-dom-core,
67- reflex-dom-pandoc >= 0.7.8 .0 ,
67+ reflex-dom-pandoc >= 0.7.9 .0 ,
6868 clay,
6969 tagged,
7070 shower,
Original file line number Diff line number Diff line change 1- {-# LANGUAGE DataKinds #-}
2- {-# LANGUAGE GADTs #-}
31{-# LANGUAGE LambdaCase #-}
42{-# LANGUAGE OverloadedStrings #-}
5- {-# LANGUAGE QuasiQuotes #-}
63{-# LANGUAGE RankNTypes #-}
74{-# LANGUAGE RecordWildCards #-}
85{-# LANGUAGE ScopedTypeVariables #-}
9- {-# LANGUAGE TypeApplications #-}
10- {-# LANGUAGE ViewPatterns #-}
116{-# LANGUAGE NoImplicitPrelude #-}
127
138module Neuron.Frontend.Zettel.View
@@ -110,8 +105,8 @@ renderBottomMenu themeDyn mIndexZettel mEditUrl = do
110105 semanticIcon " home"
111106 -- Edit url
112107 forM_ mEditUrl $ \ editUrl -> do
113- let attrs = " href" =: editUrl <> " title" =: " Edit this page"
114- elAttr " a" (" class" =: " item" <> attrs ) $ do
108+ let linkAttrs = " href" =: editUrl <> " title" =: " Edit this page"
109+ elAttr " a" (" class" =: " item" <> linkAttrs ) $ do
115110 semanticIcon " edit"
116111 -- Impulse
117112 R. neuronRouteLink (Some Route_Impulse ) (" class" =: " right item" <> " title" =: " Open Impulse" ) $ do
You can’t perform that action at this time.
0 commit comments