Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/events/_commit.html.haml')
-rw-r--r--app/views/events/_commit.html.haml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/events/_commit.html.haml b/app/views/events/_commit.html.haml
deleted file mode 100644
index c86ce9ae651..00000000000
--- a/app/views/events/_commit.html.haml
+++ /dev/null
@@ -1,5 +0,0 @@
-%li.commit
- .commit-row-title
- = link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: ''
-  
- = gfm event_commit_title(commit[:message]), project