overleaf/services/web/app/views/project/list/ol-item.pug

10 lines
238 B
Text
Raw Normal View History

2017-10-30 07:39:39 -04:00
.col-xs-8
span.label.label-default.ol-label OL
span
a.projectName(
2017-10-30 08:27:19 -04:00
href=settings.overleaf.host + "/{{project.id}}"
stop-propagation="click"
) {{project.name}}
.col-xs-4
span.last-modified {{project.lastUpdated | formatDate}}