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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
504777ec
Commit
504777ec
authored
Feb 24, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix onion image control
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
8907a958
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/views/projects/commits/_image.html.haml
app/views/projects/commits/_image.html.haml
+3
-3
No files found.
app/views/projects/commits/_image.html.haml
View file @
504777ec
...
...
@@ -15,7 +15,7 @@
%span
.meta-filesize
=
"
#{
number_to_human_size
old_file
.
size
}
"
|
%b
W:
%span
.meta-width
%span
.meta-width
|
%b
H:
%span
.meta-height
...
...
@@ -27,7 +27,7 @@
%span
.meta-filesize
=
"
#{
number_to_human_size
file
.
size
}
"
|
%b
W:
%span
.meta-width
%span
.meta-width
|
%b
H:
%span
.meta-height
...
...
@@ -49,7 +49,7 @@
%img
{
src:
"data:#{old_file.mime_type};base64,#{Base64.encode64(old_file.data)}"
}
.frame.added
%img
{
src:
"data:#{file.mime_type};base64,#{Base64.encode64(file.data)}"
}
.co
l-sm-10
.co
ntrols
.transparent
.drag-track
.dragger
{
:style
=>
"left: 0px;"
}
...
...
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