mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #2405 from overleaf/cmg-target-blank
Add target _blank to blog post modal link GitOrigin-RevId: d1407b628eba6cf4f95540371db7c4e108a16d3c
This commit is contained in:
parent
8728b31f9b
commit
d53373635d
1 changed files with 2 additions and 2 deletions
|
@ -207,10 +207,10 @@ script(type='text/ng-template', id='archiveTrashLeaveOrDeleteProjectsModalTempla
|
|||
strong {{project.name}}
|
||||
.project-action-alert.alert.alert-info(ng-if="action === 'archive'")
|
||||
.project-action-alert-msg #{translate("archived_projects_info_note")}
|
||||
a(href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized").project-action-alert-btn.btn.btn-info.pull-right #{translate("find_out_more")}
|
||||
a(href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized" target="_blank").project-action-alert-btn.btn.btn-info.pull-right #{translate("find_out_more")}
|
||||
.project-action-alert.alert.alert-info(ng-if="action === 'trash'")
|
||||
.project-action-alert-msg #{translate("trashed_projects_info_note")}
|
||||
a(href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized").project-action-alert-btn.btn.btn-info.pull-right #{translate("find_out_more")}
|
||||
a(href="https://www.overleaf.com/blog/new-feature-using-archive-and-trash-to-keep-your-projects-organized" target="_blank").project-action-alert-btn.btn.btn-info.pull-right #{translate("find_out_more")}
|
||||
.project-action-alert.alert.alert-warning(ng-if="action === 'leave' || action === 'delete'")
|
||||
i.fa.fa-fw.fa-exclamation-triangle
|
||||
.project-action-alert-msg #{translate("this_action_cannot_be_undone")}
|
||||
|
|
Loading…
Reference in a new issue