Fix blame markup & breadcrubs for commits
This commit is contained in:
parent
19c58becc0
commit
a8870e87e4
|
@ -68,10 +68,22 @@
|
|||
* Blame file
|
||||
*/
|
||||
&.blame {
|
||||
table {
|
||||
border:none;
|
||||
box-shadow:none;
|
||||
margin:0;
|
||||
}
|
||||
tr {
|
||||
border-bottom: 1px solid #eee;
|
||||
}
|
||||
td {
|
||||
&:first-child {
|
||||
border-left:none;
|
||||
}
|
||||
&:last-child {
|
||||
border-right:none;
|
||||
}
|
||||
background:#fff;
|
||||
padding:5px;
|
||||
}
|
||||
.author,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
= render "head"
|
||||
|
||||
- if @path
|
||||
- if @path.present?
|
||||
%ul.breadcrumb
|
||||
%li
|
||||
%span.arrow
|
||||
|
|
Loading…
Reference in a new issue