From 0ded38cc6a694f250bc4075ef112f063934fbcd2 Mon Sep 17 00:00:00 2001 From: dimitrieh Date: Wed, 25 Jan 2017 21:48:04 +0100 Subject: fixed points from comments to improve code quality --- app/views/projects/tree/_tree_content.html.haml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'app/views') diff --git a/app/views/projects/tree/_tree_content.html.haml b/app/views/projects/tree/_tree_content.html.haml index e06538cf078..6855c463c6d 100644 --- a/app/views/projects/tree/_tree_content.html.haml +++ b/app/views/projects/tree/_tree_content.html.haml @@ -7,15 +7,12 @@ %th.hidden-xs .pull-left Last commit .last-commit.hidden-sm.pull-left -   %i.fa.fa-angle-right -   %small.light = link_to @commit.short_id, namespace_project_commit_path(@project.namespace, @project, @commit), class: "monospace" = clipboard_button(clipboard_text: @commit.id, title: "Copy commit SHA to clipboard") = time_ago_with_tooltip(@commit.committed_date) - :plain - - + \- = @commit.full_title %small.commit-history-link-spacer | = link_to 'History', namespace_project_commits_path(@project.namespace, @project, @id), class: 'commit-history-link' -- cgit v1.2.1