@@ -162,7 +162,7 class Changeset < ActiveRecord::Base | |||||
162 | tag = "#{repository.identifier}|#{tag}" |
|
162 | tag = "#{repository.identifier}|#{tag}" | |
163 | end |
|
163 | end | |
164 | if ref_project && project && ref_project != project |
|
164 | if ref_project && project && ref_project != project | |
165 |
tag = "#{project.identifier}:#{tag}" |
|
165 | tag = "#{project.identifier}:#{tag}" | |
166 | end |
|
166 | end | |
167 | tag |
|
167 | tag | |
168 | end |
|
168 | end |
General Comments 0
You need to be logged in to leave comments.
Login now