Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a8870e87
Commit
a8870e87
authored
Sep 27, 2012
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix blame markup & breadcrubs for commits
parent
19c58bec
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
app/assets/stylesheets/gitlab_bootstrap/files.scss
app/assets/stylesheets/gitlab_bootstrap/files.scss
+12
-0
app/views/commits/show.html.haml
app/views/commits/show.html.haml
+1
-1
No files found.
app/assets/stylesheets/gitlab_bootstrap/files.scss
View file @
a8870e87
...
...
@@ -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
,
...
...
app/views/commits/show.html.haml
View file @
a8870e87
=
render
"head"
-
if
@path
-
if
@path
.
present?
%ul
.breadcrumb
%li
%span
.arrow
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment