Mailinglist Archive: obs-commits (345 mails)
| < Previous | Next > |
[obs-commits] [PATCH 6/6] [webui] Add another div around the diff table and the issue tracker display.
- From: OBS build-service <opensuse-buildservice@xxxxxxxxxxxx>
- Date: Mon, 7 Nov 2011 14:25:30 +0100
- Message-id: <1320672330-23162-6-git-send-email-opensuse-buildservice@opensuse.org>
From: Sascha Peilicke <saschpe@xxxxxxx>
Needed to catch the floating div. Otherwise it breaks layout.
---
src/webui/app/views/shared/_sourcediff.html.erb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/webui/app/views/shared/_sourcediff.html.erb
b/src/webui/app/views/shared/_sourcediff.html.erb
index 0adb64f..5f2c474 100644
--- a/src/webui/app/views/shared/_sourcediff.html.erb
+++ b/src/webui/app/views/shared/_sourcediff.html.erb
@@ -29,6 +29,7 @@
<% table_id ||= nil %>
<% bugs ||= nil %>
+<div>
<% if bugs && bugs.length > 0 %>
<%# TODO: Anything but nice, move to 'box' when request view is
restructured: %>
<div style="float:right;">
@@ -95,3 +96,4 @@
<% else %>
<p>No source changes!</p>
<% end %>
+</div>
--
1.7.7
--
To unsubscribe, e-mail: obs-commits+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: obs-commits+owner@xxxxxxxxxxxx
Needed to catch the floating div. Otherwise it breaks layout.
---
src/webui/app/views/shared/_sourcediff.html.erb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/webui/app/views/shared/_sourcediff.html.erb
b/src/webui/app/views/shared/_sourcediff.html.erb
index 0adb64f..5f2c474 100644
--- a/src/webui/app/views/shared/_sourcediff.html.erb
+++ b/src/webui/app/views/shared/_sourcediff.html.erb
@@ -29,6 +29,7 @@
<% table_id ||= nil %>
<% bugs ||= nil %>
+<div>
<% if bugs && bugs.length > 0 %>
<%# TODO: Anything but nice, move to 'box' when request view is
restructured: %>
<div style="float:right;">
@@ -95,3 +96,4 @@
<% else %>
<p>No source changes!</p>
<% end %>
+</div>
--
1.7.7
--
To unsubscribe, e-mail: obs-commits+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: obs-commits+owner@xxxxxxxxxxxx
| < Previous | Next > |