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
b371b6d1
Commit
b371b6d1
authored
Oct 18, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update style of snippet detail page
parent
1565a95d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
83 additions
and
79 deletions
+83
-79
CHANGELOG
CHANGELOG
+1
-1
app/assets/stylesheets/pages/snippets.scss
app/assets/stylesheets/pages/snippets.scss
+31
-31
app/views/projects/snippets/show.html.haml
app/views/projects/snippets/show.html.haml
+16
-13
app/views/shared/snippets/_header.html.haml
app/views/shared/snippets/_header.html.haml
+23
-24
app/views/snippets/show.html.haml
app/views/snippets/show.html.haml
+12
-10
No files found.
CHANGELOG
View file @
b371b6d1
...
...
@@ -59,7 +59,7 @@ v 8.1.0 (unreleased)
- Fix position of hamburger in header for smaller screens (Han Loong Liauw)
- Fix bug where Emojis in Markdown would truncate remaining text (Sakata Sinji)
- Persist filters when sorting on admin user page (Jerry Lukins)
-
Added last modified date to snippets#show
(Han Loong Liauw)
-
Update style of snippet detail page
(Han Loong Liauw)
- Allow dashboard and group issues/MRs to be filtered by label
- Add spellcheck=false to certain input fields
- Invalidate stored service password if the endpoint URL is changed
...
...
app/assets/stylesheets/pages/snippets.scss
View file @
b371b6d1
...
...
@@ -31,28 +31,22 @@
}
}
.snippet-details
{
.snippet-holder
{
.snippet-details
{
.page-title
{
margin-top
:
-15px
;
padding
:
10px
0
;
margin-bottom
:
0
;
color
:
#5c5d5e
;
font-size
:
13px
;
@include
clearfix
();
font-size
:
16px
;
.creator
{
color
:
$gl-gray
;
a
{
color
:
$gl-gray
;
}
.author
{
color
:
#5c5d5e
;
}
.snippet-id
{
color
:
#5c5d5e
;
}
.btn
{
padding
:
10px
$gl-padding
;
}
}
.snippet-title
{
...
...
@@ -73,8 +67,14 @@
display
:
none
;
}
}
}
.file-holder
{
border-top
:
0
;
}
}
.snippet-box
{
@include
border-radius
(
2px
);
...
...
app/views/projects/snippets/show.html.haml
View file @
b371b6d1
-
page_title
@snippet
.
title
,
"Snippets"
=
render
"header_title"
=
render
'shared/snippets/header'
.file-holder
.snippet-holder
=
render
'shared/snippets/header'
%article
.file-holder
.file-title
%i
.fa.fa-fil
e
=
blob_icon
0
,
@snippet
.
file_nam
e
%strong
=
@snippet
.
file_name
.file-action
s
.
btn-group
.file-actions.hidden-x
s
.btn-group.tree-
btn-group
=
link_to
'Raw'
,
raw_namespace_project_snippet_path
(
@project
.
namespace
,
@project
,
@snippet
),
class:
"btn btn-sm"
,
target:
"_blank"
=
render
'shared/snippets/blob'
%div
#notes
=
render
"projects/notes/notes_with_form"
%div
#notes
=
render
"projects/notes/notes_with_form"
app/views/shared/snippets/_header.html.haml
View file @
b371b6d1
.snippet
.snippet-details
.snippet-details
.page-title
.snippet-box
{
class:
visibility_level_color
(
@snippet
.
visibility_level
)}
=
visibility_level_icon
(
@snippet
.
visibility_level
)
...
...
app/views/snippets/show.html.haml
View file @
b371b6d1
-
page_title
@snippet
.
title
,
"Snippets"
=
render
'shared/snippets/header'
.file-holder
.snippet-holder
=
render
'shared/snippets/header'
%article
.file-holder
.file-title
%i
.fa.fa-fil
e
=
blob_icon
0
,
@snippet
.
file_nam
e
%strong
=
@snippet
.
file_name
.file-action
s
.
btn-group
.file-actions.hidden-x
s
.btn-group.tree-
btn-group
=
link_to
'Raw'
,
raw_snippet_path
(
@snippet
),
class:
"btn btn-sm"
,
target:
"_blank"
=
render
'shared/snippets/blob'
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