summaryrefslogtreecommitdiff
path: root/Handler/Common.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Handler/Common.hs')
-rw-r--r--Handler/Common.hs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Handler/Common.hs b/Handler/Common.hs
index 73ce9ba..29a8060 100644
--- a/Handler/Common.hs
+++ b/Handler/Common.hs
@@ -240,6 +240,13 @@ typedKindField collate (kindProto, typeProto) = do
240 }) ; 240 }) ;
241 }); 241 });
242 |] 242 |]
243 toWidget $
244 [cassius|
245 ##{fvId kindView}
246 width: 12em
247 ##{fvId typeView}
248 width: 8em
249 |]
243 let 250 let
244 kindWidget = 251 kindWidget =
245 [whamlet| 252 [whamlet|