Fix watchlist

This commit is contained in:
Laura Hausmann 2022-02-09 20:53:05 +01:00
parent 1d9712294f
commit b4accc0d83
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -44,6 +44,7 @@
_ => "<unknown tag format>"
};
<tr>
<td>@Html.Raw(conference.Acronym)</td>
<td>@Html.Raw(eventName)</td>
<td>@(Request.Query["orderby"] == "published" ? talk.ReleaseDate?.Date.ToShortDateString() : talk.Date?.Date.ToShortDateString())</td>
<td>@category</td>
@ -105,4 +106,4 @@
</tr>
}
</tbody>
</table>
</table>