Fix the page title: don't truncate the project name

stable
David Barragán Merino 2015-04-22 13:48:35 +02:00
parent a8cb6d2e11
commit bccbda98cb
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ div.wrapper.roles(ng-controller="RolesController as ctrl",
include ../includes/modules/admin-submenu-roles
section.main.admin-roles.admin-common
.header-with-actions
header.header-with-actions
include ../includes/components/mainTitle
.action-buttons(ng-if="!role.external_user")
a.button-red.delete-role(href="", title="{{'COMMON.DELETE' | translate}}", ng-click="ctrl.delete()")