revert change to course description modal wording

This commit is contained in:
Felix Hamann 2019-02-09 21:07:43 +01:00
parent 6af0ebe400
commit b98a751748
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ colCShortDescr = sortable (Just "cshort") (i18nCell MsgCourseShort)
[whamlet|
$newline never
<div>
^{modal "Beschreibung anzeigen" (Right $ toWidget descr)}
^{modal "Beschreibung" (Right $ toWidget descr)}
|]
)

View File

@ -82,7 +82,7 @@ courseCell Course{..} = anchorCell link name `mappend` desc
(Just descr) -> cell [whamlet|
$newline never
<div>
^{modal "Beschreibung anzeigen" (Right $ toWidget descr)}
^{modal "Beschreibung" (Right $ toWidget descr)}
|]
sheetCell :: IsDBTable m a => CourseLink -> SheetName -> DBCell m a