From aa4d19904418cf57369ab9c80d05730c03636baf Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Sun, 10 May 2015 00:39:20 +0200 Subject: Fix commits feed button. --- app/views/projects/commits/show.html.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml index e2a8d3ffbb9..9682100a54c 100644 --- a/app/views/projects/commits/show.html.haml +++ b/app/views/projects/commits/show.html.haml @@ -14,10 +14,10 @@ = icon('plus') Create Merge Request - - if current_user && current_user.private_token - = link_to namespace_project_commits_path(@project.namespace, @project, @ref, {format: :atom, private_token: current_user.private_token}), title: "Feed", class: 'prepend-left-10 btn' do - = icon("rss") - Commits Feed + - if current_user && current_user.private_token + = link_to namespace_project_commits_path(@project.namespace, @project, @ref, {format: :atom, private_token: current_user.private_token}), title: "Feed", class: 'prepend-left-10 btn' do + = icon("rss") + Commits Feed %ul.breadcrumb.repo-breadcrumb -- cgit v1.2.1