@@ -230,8 +230,9 module ApplicationHelper | |||
|
230 | 230 | link_to(name, "#", :onclick => onclick) |
|
231 | 231 | end |
|
232 | 232 | |
|
233 | # Used to format item titles on the activity view | |
|
233 | 234 | def format_activity_title(text) |
|
234 | h(truncate_single_line_raw(text, 100)) | |
|
235 | text | |
|
235 | 236 | end |
|
236 | 237 | |
|
237 | 238 | def format_activity_day(date) |
@@ -447,6 +447,7 div#activity span.project:after, #search-results span.project:after { content: " | |||
|
447 | 447 | div#activity dd span.description, #search-results dd span.description { display:block; color: #808080; } |
|
448 | 448 | div#activity dt.grouped {margin-left:5em;} |
|
449 | 449 | div#activity dd.grouped {margin-left:9em;} |
|
450 | div#activity dt { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; height: 18px;} | |
|
450 | 451 | |
|
451 | 452 | #search-results dd { margin-bottom: 1em; padding-left: 20px; margin-left:0px; } |
|
452 | 453 |
General Comments 0
You need to be logged in to leave comments.
Login now