Removing slug from project admin edition
parent
022a25b81b
commit
1a9fd4cef4
|
@ -20,11 +20,6 @@ div.wrapper(tg-project-profile, ng-controller="ProjectProfileController as ctrl"
|
|||
input(type="text", name="name", placeholder="{{'ADMIN.PROJECT_PROFILE.PROJECT_NAME' | translate}}", id="project-name",
|
||||
ng-model="project.name", data-required="true", maxlength="45")
|
||||
|
||||
fieldset
|
||||
label(for="project-slug", translate="ADMIN.PROJECT_PROFILE.PROJECT_SLUG")
|
||||
input(type="text", name="slug", placeholder="{{'ADMIN.PROJECT_PROFILE.PROJECT_SLUG' | translate}}", id="project-slug",
|
||||
ng-model="project.slug", data-required="true")
|
||||
|
||||
fieldset
|
||||
label(for="project-sprints", translate="ADMIN.PROJECT_PROFILE.NUMBER_SPRINTS")
|
||||
input(type="number", name="total_milestones", min="0", placeholder="{{'ADMIN.PROJECT_PROFILE.NUMBER_SPRINTS' | translate}}",
|
||||
|
|
Loading…
Reference in New Issue