Mercurial > hg > soundsoftware-site
changeset 216:fe45641dd248 feature_72
DEV commit: minor changes
: Enter commit message. Lines beginning with 'HG:' are removed.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Thu, 10 Feb 2011 16:16:00 +0000 |
parents | 00e958b1f6f8 |
children | 55468f2fd4ad |
files | app/views/projects/settings/_repository.rhtml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/projects/settings/_repository.rhtml Wed Feb 09 16:22:31 2011 +0000 +++ b/app/views/projects/settings/_repository.rhtml Thu Feb 10 16:16:00 2011 +0000 @@ -13,6 +13,7 @@ <ul><li><%= l(:text_settings_repo_creation) %></li></ul> <% end %> <p><%= label_tag('repository_scm', l(:label_scm)) %> +<%= scm_select_tag(@repository) %> <%= remote_function(:url => { :controller => 'repositories', :action => 'edit', :id => @project }, :method => :get, :with => "Form.serialize(this.form)") %></p> <%= repository_field_tags(f, @repository) if @repository %>