diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-20 13:46:31 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-20 13:46:31 +0000 |
commit | e347fba11aea87a6bdc9ab6aeaca742d13a8c613 (patch) | |
tree | d6f12568c59ac91d6fc72ef1ffd3bdcda3bee75d /app | |
parent | f92b2cb7b53dba0f82b47abc297d2d200249bd4d (diff) | |
download | redmine-e347fba11aea87a6bdc9ab6aeaca742d13a8c613.tar.gz redmine-e347fba11aea87a6bdc9ab6aeaca742d13a8c613.zip |
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
Diffstat (limited to 'app')
-rw-r--r-- | app/views/repositories/edit.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/edit.html.erb b/app/views/repositories/edit.html.erb index ffc42f34e..7a8d7d190 100644 --- a/app/views/repositories/edit.html.erb +++ b/app/views/repositories/edit.html.erb @@ -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 %>
\ No newline at end of file +<% end %> |