I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

create_scm_button.patch

Elektritter Messinger, 23 Jan 2014 07:53

Download (551 Bytes)

View differences:

app/views/repositories/_form.html.erb (Arbeitskopie)
18 18

  
19 19
<% button_disabled = true %>
20 20
<% if @repository %>
21
<%   button_disabled = ! @repository.class.scm_available %>
21
<%   button_disabled = ! @repository.class.scm_available || ( !ScmConfig['allow_add_local'] && @repository.new_record?) %>
22 22
<%=    repository_field_tags(f, @repository)%>
23 23
<% end %>
24 24
</div>
Terms of use | Privacy policy