Changeset 816
- Timestamp:
- Aug 8, 2009, 8:34:23 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r810 r816 275 275 hs << Date(blame.date())("%d %b %y"); 276 276 os << "</font></td>\n<td class=\"author\">"; 277 std::string author_color = 278 Configuration::instance().author_str_color(blame.author()); 279 if (!author_color.empty()) 280 os << "<font color=\"#" << author_color << "\">"; 277 281 hs << blame.author(); 278 282 os << "</td>\n<td class=\"";
Note: See TracChangeset
for help on using the changeset viewer.