mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2d8167fa0a
Add main landmark roles to multiple templates GitOrigin-RevId: 80ae851fae015b21a3210d71d04287c0c9a3024d
18 lines
459 B
Text
18 lines
459 B
Text
extends ../layout
|
|
|
|
block content
|
|
main.content.content-alt
|
|
.container
|
|
.row
|
|
.col-md-10.col-md-offset-1
|
|
h3(ng-non-bindable) #{entityName} "#{entityId}" does not exists in v2
|
|
form(
|
|
enctype='application/json',
|
|
method='post',
|
|
action=''
|
|
)
|
|
input(name="_csrf", type="hidden", value=csrfToken)
|
|
button.btn.btn-primary.text-capitalize(
|
|
type="submit",
|
|
ng-non-bindable
|
|
) Create #{entityName} in v2
|