diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-20 13:45:42 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-01-20 13:45:42 +0000 |
commit | f92b2cb7b53dba0f82b47abc297d2d200249bd4d (patch) | |
tree | 507965e2ec5abeed2dba240e24fb4b2a45e62a79 /app/views/repositories | |
parent | 8135b3c7306e9873fc1f8b5a54595cbb067fb8b5 (diff) | |
download | redmine-f92b2cb7b53dba0f82b47abc297d2d200249bd4d.tar.gz redmine-f92b2cb7b53dba0f82b47abc297d2d200249bd4d.zip |
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
Diffstat (limited to 'app/views/repositories')
-rw-r--r-- | app/views/repositories/_form.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_form.html.erb b/app/views/repositories/_form.html.erb index 008bc7007..4e14e4b99 100644 --- a/app/views/repositories/_form.html.erb +++ b/app/views/repositories/_form.html.erb @@ -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>
\ No newline at end of file +</p> |