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|
|
[whamlet|
|
||||||
$newline never
|
$newline never
|
||||||
<div>
|
<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|
|
(Just descr) -> cell [whamlet|
|
||||||
$newline never
|
$newline never
|
||||||
<div>
|
<div>
|
||||||
^{modal "Beschreibung anzeigen" (Right $ toWidget descr)}
|
^{modal "Beschreibung" (Right $ toWidget descr)}
|
||||||
|]
|
|]
|
||||||
|
|
||||||
sheetCell :: IsDBTable m a => CourseLink -> SheetName -> DBCell m a
|
sheetCell :: IsDBTable m a => CourseLink -> SheetName -> DBCell m a
|
||||||
|
|||||||
Reference in New Issue
Block a user