diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-30 15:13:18 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-30 15:13:18 +0200 |
commit | b42c40bff3015c8f07829653aa4caf6772ead968 (patch) | |
tree | a9b47c22df9cb2d38e8591d2f458631e4d4aa27a /app | |
parent | 16c71a3bab31ab909200fc319f04084e3931e04e (diff) | |
download | gitlab-ce-b42c40bff3015c8f07829653aa4caf6772ead968.tar.gz |
Make commits atom feed button smaller
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/commits/show.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/commits/show.html.haml b/app/views/projects/commits/show.html.haml index 9682100a54c..7d76144054d 100644 --- a/app/views/projects/commits/show.html.haml +++ b/app/views/projects/commits/show.html.haml @@ -17,7 +17,6 @@ - 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 |