Added 'Build with debug' button for Admin on project page. Issue #22

This commit is contained in:
Dmitry Khomutov 2017-02-19 00:52:13 +07:00
commit ebb08d868b
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
9 changed files with 29 additions and 8 deletions

View file

@ -66,7 +66,8 @@ PHP Censor',
'manage_users' => 'Manage Users',
'plugins' => 'Plugins',
'view' => 'View',
'build_now' => 'Build Now',
'build_now' => 'Build now',
'build_now_debug' => 'Build now with debug',
'edit_project' => 'Edit Project',
'delete_project' => 'Delete Project',

View file

@ -65,6 +65,7 @@ PHP Censor',
'plugins' => 'Плагины',
'view' => 'Отчет',
'build_now' => 'Собрать',
'build_now_debug' => 'Собрать в режиме отладки',
'edit_project' => 'Редактировать проект',
'delete_project' => 'Удалить проект',