Skip to content
Snippets Groups Projects
Commit a8870e87 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix blame markup & breadcrubs for commits

parent 19c58bec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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,
Loading
Loading
= render "head"
 
- if @path
- if @path.present?
%ul.breadcrumb
%li
%span.arrow
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment