]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/changeset_tag_controller.rb
Add "blocks on" and "blocks by" links to the user page when a logged
[rails.git] / app / controllers / changeset_tag_controller.rb
index 3e8db3fc24539839e7f915dcf922c4caf9407b2e..374e21ca1db174dbb2556814be5bf9e8a4c5f273 100644 (file)
@@ -5,5 +5,4 @@ class ChangesetTagController < ApplicationController
     @tags = ChangesetTag.find(:all, :limit => 11, :conditions => ["match(v) against (?)", params[:query][:query].to_s] )
   end
 
-
 end