add newline at end of app/views/repositories/_form.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8674 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-01-20 13:45:42 +00:00
parent 8135b3c730
commit f92b2cb7b5
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@
<p>
<%= submit_tag(@repository.new_record? ? l(:button_create) : l(:button_save), :disabled => button_disabled) %>
<%= link_to l(:button_cancel), settings_project_path(@project, :tab => 'repositories') %>
</p>
</p>