Mailinglist Archive: obs-commits (345 mails)

< Previous Next >
[obs-commits] [PATCH] [webui] Source diff also works w/o a provided bug list.
From: Sascha Peilicke <saschpe@xxxxxxx>

---
src/webui/app/views/shared/_sourcediff.html.erb | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/webui/app/views/shared/_sourcediff.html.erb
b/src/webui/app/views/shared/_sourcediff.html.erb
index 00cafb6..0adb64f 100644
--- a/src/webui/app/views/shared/_sourcediff.html.erb
+++ b/src/webui/app/views/shared/_sourcediff.html.erb
@@ -27,6 +27,7 @@

<% table_class ||= nil %>
<% table_id ||= nil %>
+<% bugs ||= nil %>

<% if bugs && bugs.length > 0 %>
<%# TODO: Anything but nice, move to 'box' when request view is
restructured: %>
--
1.7.7

--
To unsubscribe, e-mail: obs-commits+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: obs-commits+owner@xxxxxxxxxxxx

< Previous Next >