#222: removed unnecessary attrs

This commit is contained in:
Vokhmin Alexey V 2013-07-22 21:21:51 +04:00
parent c935120398
commit f69013329a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
= t('layout.projects.new_branch')
%li{'ng-show' => 'branch.ui_container'}
%form{'ng-submit' => 'create(branch)'}
%input{:name => 'new_ref', 'ng-model' => 'branch.new_ref'}
%input{'ng-model' => 'branch.new_ref'}
%input{:type => 'submit', :value =>t('layout.create')}
%a{:href => '', 'ng-click' => 'branch.ui_container = false'}
= t('layout.cancel')