This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/src/Handler/Utils/Table.hs

15 lines
340 B
Haskell

{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-}
module Handler.Utils.Table where
-- General Utilities for Tables
-- import Import hiding ((<>))
import Data.Monoid ((<>))
import Text.Blaze as B
-- Table design
tableDefault :: Attribute
tableDefault = customAttribute "class" "table table-striped"