Reduce size of nav panel. Fixed nav background for IE. Refactored mars theme
This commit is contained in:
parent
fa3cc1dd24
commit
18a496142b
5 changed files with 32 additions and 64 deletions
|
@ -6,7 +6,7 @@
|
|||
= link_to commit.short_id(8), project_commit_path(@project, commit), class: "commit_short_id"
|
||||
= commit.author_link avatar: true, size: 24
|
||||
|
||||
= link_to_gfm truncate(commit.title, length: 50), project_commit_path(@project, commit.id), class: "row_title"
|
||||
= link_to_gfm truncate(commit.title, length: 70), project_commit_path(@project, commit.id), class: "row_title"
|
||||
|
||||
%span.committed_ago
|
||||
= time_ago_in_words(commit.committed_date)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue