Removing slug from project admin edition

stable
Alejandro Alonso 2015-06-18 10:51:30 +02:00
parent 022a25b81b
commit 1a9fd4cef4
1 changed files with 0 additions and 5 deletions

View File

@ -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}}",