Go back to allowing v1 projects to be imported

This commit is contained in:
James Allen 2018-01-12 11:44:58 +00:00
parent 6d04eeaa03
commit c466025df4
2 changed files with 14 additions and 15 deletions

View file

@ -1,20 +1,16 @@
.col-xs-6
span.v1-badge(
aria-label=translate("v1_badge")
tooltip-template="'v1ProjectTooltipTemplate'"
tooltip-append-to-body="true"
)
.select-item
span.v1-badge(
aria-label=translate("v1_badge")
tooltip-template="'v1ProjectTooltipTemplate'"
tooltip-append-to-body="true"
)
span
if settings.overleaf && settings.overleaf.host
a.projectName(
href=settings.overleaf.host + "/{{project.id}}"
target="_blank"
button.btn.btn-link.projectName(
ng-click="openV1ImportModal(project)"
stop-propagation="click"
) {{project.name}}
//- To re-enable the import dialog (may need style changing for padding/line-height):
//- button.btn.btn-link.projectName(
//- ng-click="openV1ImportModal(project)"
//- stop-propagation="click"
//- ) {{project.name}}
.col-xs-2
span.owner {{ownerName()}}

View file

@ -336,6 +336,10 @@ ul.project-list {
}
.projectName {
margin-right: @line-height-computed / 4;
padding: 0;
vertical-align: inherit;
white-space: normal;
text-align: left;
}
.tag-label {
@ -373,8 +377,7 @@ ul.project-list {
}
.v1-badge {
margin-right: 9px;
margin-left: 7px;
margin-left: -4px;
}
}
i.tablesort {