#258: updated position of popup

This commit is contained in:
Vokhmin Alexey V 2013-08-08 14:41:54 +04:00
parent ce5b24316b
commit 0d26362b32
1 changed files with 8 additions and 6 deletions

View File

@ -15,6 +15,14 @@
%img{:alt => 'avatar', 'ng-src' => '{{new_collaborator.avatar}}', 'ng-show' => 'new_collaborator.avatar'}
= text_field_tag :collaborator_name, nil, 'ng-model' => 'new_collaborator.term', 'ng-keyup' => 'search()'
.admin-role
.lineForm
= select_tag 'role', options_for_collaborators_roles_select, 'ng-model' => 'new_collaborator.collaborator.role'
.admin-add
%a.button{:rel => 'nofollow', :href => '', 'ng-click' => 'add()'}
= t('layout.add')
.both
.users-search-popup
.header
.title= t('layout.issues.search_user')
@ -28,12 +36,6 @@
.nothing{'ng-hide' => 'new_collaborators.length > 0'}= t('layout.issues.nothing_to_show')
.both
.admin-role
.lineForm
= select_tag 'role', options_for_collaborators_roles_select, 'ng-model' => 'new_collaborator.collaborator.role'
.admin-add
%a.button{:rel => 'nofollow', :href => '', 'ng-click' => 'add()'}
= t('layout.add')
.both
%table.tablesorter{:cellpadding => "0", :cellspacing => "0"}