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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f2b72d79
Commit
f2b72d79
authored
May 09, 2017
by
Robert Speicher
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dm-remove-unused-css-and-view' into 'master'
Remove unused CSS and view See merge request !11190
parents
13c228bf
64b46105
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
33 deletions
+0
-33
app/assets/stylesheets/pages/diff.scss
app/assets/stylesheets/pages/diff.scss
+0
-25
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+0
-4
app/views/projects/blob/_markup.html.haml
app/views/projects/blob/_markup.html.haml
+0
-4
No files found.
app/assets/stylesheets/pages/diff.scss
View file @
f2b72d79
...
...
@@ -9,31 +9,6 @@
font-weight
:
400
;
}
.diff-header
{
position
:
relative
;
background
:
$gray-light
;
border-bottom
:
1px
solid
$border-color
;
padding
:
10px
16px
;
color
:
$gl-text-color
;
z-index
:
10
;
border-radius
:
3px
3px
0
0
;
.diff-title
{
font-family
:
$monospace_font
;
word-break
:
break-all
;
display
:
block
;
.file-mode
{
color
:
$file-mode-changed
;
}
}
.commit-short-id
{
font-family
:
$monospace_font
;
font-size
:
smaller
;
}
}
.file-title
,
.file-title-flex-parent
{
cursor
:
pointer
;
...
...
app/assets/stylesheets/pages/notes.scss
View file @
f2b72d79
...
...
@@ -284,10 +284,6 @@ ul.notes {
}
}
.diff-header
>
span
{
margin-right
:
10px
;
}
.line_content
{
white-space
:
pre-wrap
;
}
...
...
app/views/projects/blob/_markup.html.haml
deleted
100644 → 0
View file @
13c228bf
-
blob
.
load_all_data!
(
@repository
)
.file-content.wiki
=
markup
(
blob
.
name
,
blob
.
data
)
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