Mercurial > hg > soundsoftware-site
changeset 31:d0edd5f981fd live
* Merge from cannam branch
author | Chris Cannam |
---|---|
date | Fri, 01 Oct 2010 15:34:36 +0100 |
parents | 4f0493e7f13d (current diff) 192d132064a5 (diff) |
children | e06f46b0f1be |
files | |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/app/views/projects/settings/_repository.rhtml Fri Oct 01 15:08:36 2010 +0100 +++ b/app/views/projects/settings/_repository.rhtml Fri Oct 01 15:34:36 2010 +0100 @@ -6,6 +6,9 @@ <%= error_messages_for 'repository' %> <div class="box tabular"> +<% if !@repository || !@repository.url %> +<ul><li>The repository for a project will normally be set up automatically within a few minutes of the project being created.</li></ul> +<% end %> <p><%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %></p> <%= repository_field_tags(f, @repository) if @repository %> </div>