gitlab-org--gitlab-foss/app/helpers/tags_helper.rb

6 lines
62 B
Ruby
Raw Normal View History

module TagsHelper
def tag_path tag
"/tags/#{tag}"
end
end