Commit 56af5f5c authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Improve commits page UI

parent 2f2d82e9
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
.lists-separator { .lists-separator {
margin: 10px 0; margin: 10px 0;
border-top: 1px dashed #CCC; border-color: #DDD;
} }
.commits-row { .commits-row {
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
- if commit.description? - if commit.description?
%a.text-expander.js-toggle-button ... %a.text-expander.js-toggle-button ...
= link_to_browse_code(project, commit) .pull-right
= link_to commit.short_id, project_commit_path(project, commit), class: "commit_short_id"
.notes_count .notes_count
- if @note_counts - if @note_counts
...@@ -28,5 +29,4 @@ ...@@ -28,5 +29,4 @@
authored authored
.committed_ago .committed_ago
#{time_ago_with_tooltip(commit.committed_date)}   #{time_ago_with_tooltip(commit.committed_date)}  
.pull-right = link_to_browse_code(project, commit)
= link_to commit.short_id, project_commit_path(project, commit), class: "commit_short_id"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment