issues fix layout
This commit is contained in:
parent
84397ce88c
commit
e8d10b3217
|
@ -660,3 +660,16 @@ tbody tr:nth-child(2n) td, tbody tr.even td {
|
||||||
.right {
|
.right {
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.width-50p{
|
||||||
|
width:50%;
|
||||||
|
}
|
||||||
|
.width-49p{
|
||||||
|
width:49%;
|
||||||
|
}
|
||||||
|
.width-30p{
|
||||||
|
width:30%;
|
||||||
|
}
|
||||||
|
.width-65p{
|
||||||
|
width:65%;
|
||||||
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
%h2
|
%h2
|
||||||
= "Issue ##{@issue.id} - #{html_escape(@issue.title)}"
|
= "Issue ##{@issue.id} - #{html_escape(@issue.title)}"
|
||||||
.span-15
|
.left.width-65p
|
||||||
-#= simple_format html_escape(@issue.content)
|
-#= simple_format html_escape(@issue.content)
|
||||||
.issue_notes= render "notes/notes"
|
.issue_notes= render "notes/notes"
|
||||||
.span-8.right
|
.right.width-30p
|
||||||
.span-8
|
.span-8
|
||||||
- if @issue.closed
|
- if @issue.closed
|
||||||
%center.success Closed
|
%center.success Closed
|
||||||
|
|
|
@ -13,11 +13,11 @@
|
||||||
= label_tag "week_view","Week"
|
= label_tag "week_view","Week"
|
||||||
.clear
|
.clear
|
||||||
%hr
|
%hr
|
||||||
.span-11
|
.left.width-49p
|
||||||
%h3 Commits
|
%h3 Commits
|
||||||
=render "projects/recent_commits"
|
=render "projects/recent_commits"
|
||||||
|
|
||||||
.span-11.right
|
.right.width-49p
|
||||||
%h3 Talk
|
%h3 Talk
|
||||||
=render "projects/recent_messages"
|
=render "projects/recent_messages"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue