diff app/helpers/repositories_helper.rb @ 318:f7c525dc7585 luisf

Merge from branch "live"
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 28 Mar 2011 18:17:06 +0100
parents c87ed8a009e5
children 350acce374a2
line wrap: on
line diff
--- a/app/helpers/repositories_helper.rb	Thu Mar 24 13:59:03 2011 +0000
+++ b/app/helpers/repositories_helper.rb	Mon Mar 28 18:17:06 2011 +0100
@@ -145,12 +145,6 @@
     send(method, form, repository) if repository.is_a?(Repository) && respond_to?(method) && method != 'repository_field_tags'
   end
   
-  
-  def ssamr_scm_update(repository)
-    check_box_tag('repository_scm', value = "1", checked = false, onchange => remote_function(:url => { :controller => 'repositories', :action => 'ssamr_edit', :id => @project }, :method => :get, :with => "Form.serialize(this.form)"))
-  
-  end
-  
   def scm_select_tag(repository)
     scm_options = [["--- #{l(:actionview_instancetag_blank_option)} ---", '']]
     Redmine::Scm::Base.all.each do |scm|