adapt templates to bootstrap3 layout and class changes
This commit is contained in:
parent
c8dccf9582
commit
23091cc318
67 changed files with 191 additions and 185 deletions
|
@ -38,7 +38,7 @@ sideBarDisplay = do
|
|||
bootstrapclass :: AlertClass -> Text
|
||||
bootstrapclass Activity = "alert-info"
|
||||
bootstrapclass Warning = "alert"
|
||||
bootstrapclass Error = "alert-error"
|
||||
bootstrapclass Error = "alert-danger"
|
||||
bootstrapclass Success = "alert-success"
|
||||
bootstrapclass Message = "alert-info"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue