Skip to content

Commit

Permalink
Fix issue #1720 - image build view is broken
Browse files Browse the repository at this point in the history
This is a partial revert of 1d98db6 which broke the
project tabs on the live log view
  • Loading branch information
bgeuken committed May 3, 2016
1 parent 88d0993 commit bec2bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/app/views/webui/package/_live_log_controls.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<% end %>
</p>

<% if @package.kind_of?(Package)%>
<%= render :partial => "tabs" %>
<% end %>
<% if @package.kind_of?(Package) && User.current.can_modify_package?(@package) %>
<p>
<span class="link_trigger_rebuild hidden">
Expand Down
4 changes: 4 additions & 0 deletions src/api/app/views/webui/package/live_build_log.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
package_bread_crumb 'Build Log'
-%>
<% if @package.kind_of?(Package)%>
<%= render :partial => "tabs" %>
<% end %>
<%= content_for :ready_function do %>
live_build_log_ready();
<% end -%>
Expand Down

0 comments on commit bec2bd8

Please sign in to comment.