Cleanup course html
This commit is contained in:
parent
aefe4c571f
commit
c7a7d5512a
@ -1,3 +1,4 @@
|
|||||||
|
$newline never
|
||||||
<div .container>
|
<div .container>
|
||||||
<dl .deflist>
|
<dl .deflist>
|
||||||
<dt .deflist__dt>Fakultät/Institut
|
<dt .deflist__dt>Fakultät/Institut
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
$newline never
|
||||||
<th .table__th *{attrs} :isSortable:.sortable :isSorted SortAsc:.sorted-asc :isSorted SortDesc:.sorted-desc>
|
<th .table__th *{attrs} :isSortable:.sortable :isSorted SortAsc:.sorted-asc :isSorted SortDesc:.sorted-desc>
|
||||||
$maybe flag <- sortableKey
|
$maybe flag <- sortableKey
|
||||||
$case directions
|
$case directions
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
$newline never
|
||||||
$# Used for all mailto-link, and used as both as shamlet and whamlet at once.
|
$# Used for all mailto-link, and used as both as shamlet and whamlet at once.
|
||||||
<a href="mailto:#{email}">
|
<a href="mailto:#{email}">
|
||||||
^{linkText}
|
^{linkText}
|
||||||
|
|||||||
@ -1,3 +1,4 @@
|
|||||||
|
$newline never
|
||||||
$# extra protects us against CSRF
|
$# extra protects us against CSRF
|
||||||
#{extra}
|
#{extra}
|
||||||
$# Maybe display textField for passcode
|
$# Maybe display textField for passcode
|
||||||
|
|||||||
Reference in New Issue
Block a user