create atom feed for commits
This commit is contained in:
parent
3f70316c5f
commit
2b04c2a67f
4 changed files with 37 additions and 2 deletions
|
@ -5,6 +5,8 @@
|
|||
GitLab #{" - #{@project.name}" if @project && !@project.new_record?}
|
||||
= stylesheet_link_tag "application"
|
||||
= javascript_include_tag "application"
|
||||
- if current_page?(tree_project_path(@project)) || current_page?(project_commits_path(@project))
|
||||
= auto_discovery_link_tag(:atom, project_commits_url(@project, :atom, :ref => @ref), :title => "Recent commits to #{@project.name}:#{@ref}")
|
||||
= csrf_meta_tags
|
||||
= javascript_tag do
|
||||
REQ_URI = "#{request.env["REQUEST_URI"]}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue