fradrive/templates/table/course/colonnade.hamlet
Sarah Vaupel 9a9792578d feat(course-teaser): incomplete course teaser for course list
Unfinished version of the course teaser. TODO: define lens to access lecturer list for each course, fix js for displaying description
2019-07-22 14:15:55 +02:00

12 lines
322 B
Plaintext

$newline never
<div .scrolltable>
<table *{dbsAttrs'}>
<tbody>
$if null wRows && (dbsEmptyStyle == DBESHeading)
<tr .table__row>
<td .table__td colspan=#{show columnCount}>
_{dbsEmptyMessage}
$else
$forall row <- wRows
<tr .table__row>
^{row}