revert change to course description modal wording
This commit is contained in:
parent
6af0ebe400
commit
b98a751748
@ -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)}
|
||||
|]
|
||||
)
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user