diff options
author | gitlabhq <m@gitlabhq.com> | 2011-11-01 13:17:36 +0200 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-11-01 13:17:36 +0200 |
commit | e8d10b321716154421a0642e4d9f48d00c3aa56b (patch) | |
tree | a8dcdfd63a6b8a56769442c6b625382f1eab9455 /app/views | |
parent | 84397ce88c09d30e14fef5d8e6a6e559ae0dcb7c (diff) | |
download | gitlab-ce-e8d10b321716154421a0642e4d9f48d00c3aa56b.tar.gz |
issues fix layout
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/issues/show.html.haml | 4 | ||||
-rw-r--r-- | app/views/projects/show.html.haml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index c61052839f9..371a8033190 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -1,9 +1,9 @@ %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 diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml index 566217859e3..ff3524370bb 100644 --- a/app/views/projects/show.html.haml +++ b/app/views/projects/show.html.haml @@ -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" |