... | ... |
@@ -49,11 +49,13 @@ |
49 | 49 |
% if (defined $blob) { |
50 | 50 |
%= include '/include/page_path', type => 'blob', Path => $blob, operation => 'commits', prefix => 'History for'; |
51 | 51 |
% } else { |
52 |
- <a class="ubar" href="<%= url_for("/$user/$project") %>"> |
|
53 |
- <%= $project %> |
|
54 |
- </a> |
|
55 |
- / |
|
56 |
- <span class="muted">Commit History</span> |
|
52 |
+ <div style="font-size:18px"> |
|
53 |
+ <a class="ubar" href="<%= url_for("/$user/$project") %>"> |
|
54 |
+ <%= $project %> |
|
55 |
+ </a> |
|
56 |
+ / |
|
57 |
+ <span class="muted">Commit History</span> |
|
58 |
+ </div> |
|
57 | 59 |
% } |
58 | 60 |
</div> |
59 | 61 |
|