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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-05 15:49:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-05 15:49:34 +0300
commit850bb21b12b21fe0cf943278bc8cadad85d48dc5 (patch)
treec06ee98fc285182448bdf9e29a6231b8796d5329 /app/views/projects/branches/_commit.html.haml
parenta4d75e3aec2e721231bc1e01a2e5e87aefe15113 (diff)
Create show page for tag and render release notes there and on index page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/branches/_commit.html.haml')
-rw-r--r--app/views/projects/branches/_commit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/branches/_commit.html.haml b/app/views/projects/branches/_commit.html.haml
index 68326e65d85..22d77dda938 100644
--- a/app/views/projects/branches/_commit.html.haml
+++ b/app/views/projects/branches/_commit.html.haml
@@ -1,5 +1,5 @@
-.branch-commit.light
- = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit_short_id"
+.branch-commit
+ = link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit-id"
&middot;
%span.str-truncated
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"