Skip to content
Snippets Groups Projects
Commit b75401d5 authored by Bruno Albuquerque's avatar Bruno Albuquerque
Browse files

Move Go specific meta tag after the atom feed code.

parent ee3046f9
No related branches found
No related tags found
1 merge request!5958Added support for Go's repository retrieval.
%head
%meta{charset: "utf-8"}
-# Go repository retrieval support.
- if controller_name == 'projects' && action_name == 'show'
%meta{name: "go-import", content: "#{@project.web_url_without_scheme} git #{@project.web_url}.git"}
%title
= "#{title} | " if defined?(title)
GitLab
Loading
Loading
@@ -25,3 +20,8 @@
= auto_discovery_link_tag(:atom, project_commits_url(@project, @ref, format: :atom, private_token: current_user.private_token), title: "Recent commits to #{@project.name}:#{@ref}")
- if current_controller?(:issues)
= auto_discovery_link_tag(:atom, project_issues_url(@project, :atom, private_token: current_user.private_token), title: "#{@project.name} issues")
-# Go repository retrieval support.
- if controller_name == 'projects' && action_name == 'show'
%meta{name: "go-import", content: "#{@project.web_url_without_scheme} git #{@project.web_url}.git"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment