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
Kazuhiko Shiozaki
gitlab-ce
Commits
e8d10b32
Commit
e8d10b32
authored
Nov 01, 2011
by
gitlabhq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issues fix layout
parent
84397ce8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/projects.css.scss
+13
-0
app/views/issues/show.html.haml
app/views/issues/show.html.haml
+2
-2
app/views/projects/show.html.haml
app/views/projects/show.html.haml
+2
-2
No files found.
app/assets/stylesheets/projects.css.scss
View file @
e8d10b32
...
...
@@ -660,3 +660,16 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
.right
{
float
:right
;
}
.width-50p
{
width
:
50%
;
}
.width-49p
{
width
:
49%
;
}
.width-30p
{
width
:
30%
;
}
.width-65p
{
width
:
65%
;
}
app/views/issues/show.html.haml
View file @
e8d10b32
%h2
=
"Issue #
#{
@issue
.
id
}
-
#{
html_escape
(
@issue
.
title
)
}
"
.
span-15
.
left.width-65p
-#= simple_format html_escape(@issue.content)
.issue_notes
=
render
"notes/notes"
.
span-8.right
.
right.width-30p
.span-8
-
if
@issue
.
closed
%center
.success
Closed
...
...
app/views/projects/show.html.haml
View file @
e8d10b32
...
...
@@ -13,11 +13,11 @@
=
label_tag
"week_view"
,
"Week"
.clear
%hr
.
span-11
.
left.width-49p
%h3
Commits
=
render
"projects/recent_commits"
.
span-11.right
.
right.width-49p
%h3
Talk
=
render
"projects/recent_messages"
...
...
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