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

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

View File

@ -2,4 +2,4 @@
<% labelled_form_for :repository, @repository, :url => repository_path(@path), :html => {:method => :put} do |f| %>
<%= render :partial => 'form', :locals => {:f => f} %>
<% end %>
<% end %>