increased breadcrumbs with & commit messages
This commit is contained in:
parent
faf7c79eb2
commit
02e827283d
4 changed files with 9 additions and 5 deletions
|
@ -17,7 +17,7 @@
|
|||
= image_tag "no_avatar.png", :class => "left", :width => 40, :style => "padding-right:5px;"
|
||||
%span.commit-title
|
||||
%strong
|
||||
= truncate(commit.safe_message, :length => 60)
|
||||
= truncate(commit.safe_message, :length => 70)
|
||||
%span.commit-author
|
||||
%strong= commit.author_name
|
||||
= time_ago_in_words(commit.committed_date)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%td
|
||||
%strong.issue-number{:class => sort_class}= "##{issue.id}"
|
||||
%span
|
||||
= truncate(html_escape(issue.title), :length => 40)
|
||||
= truncate(html_escape(issue.title), :length => 100)
|
||||
%br
|
||||
%br
|
||||
%div.note-author
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
%d
|
||||
= link_to tree_project_ref_path(@project, @ref, :path => nil), :remote => true do
|
||||
= @project.code
|
||||
- tree.breadcrumbs(2) do |link|
|
||||
- tree.breadcrumbs(3) do |link|
|
||||
\/
|
||||
= link
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue