diff --git a/services/web/app/views/project/list/v1-item.pug b/services/web/app/views/project/list/v1-item.pug index 61815068f6..2e1b24be3e 100644 --- a/services/web/app/views/project/list/v1-item.pug +++ b/services/web/app/views/project/list/v1-item.pug @@ -5,10 +5,15 @@ tooltip-append-to-body="true" ) span - button.btn.btn-link.v1ProjectName( - ng-click="openV1ImportModal(project)" - stop-propagation="click" + a.projectName( + href=settings.overleaf.host + "/{{project.id}}" + target="_blank" ) {{project.name}} + //- To re-enable the import dialog: + //- a.projectName( + //- ng-click="openV1ImportModal(project)" + //- stop-propagation="click" + //- ) {{project.name}} .col-xs-2 span.owner {{ownerName()}} diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index 94469b246c..3a5ea560db 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -337,10 +337,6 @@ ul.project-list { .projectName { margin-right: @line-height-computed / 4; } - .v1ProjectName { - margin-right: @line-height-computed / 4; - padding: 0; - } .tag-label { margin-left: @line-height-computed / 4;