Skip to content

Commit

Permalink
[webui] Don't hide button, to many corner cases to check...
Browse files Browse the repository at this point in the history
  • Loading branch information
saschpe committed Jan 12, 2012
1 parent 00494f8 commit 973ca4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/app/views/package/show.html.erb
Expand Up @@ -79,7 +79,7 @@
</li>
<% end %>
<% if session[:login] %>
<% if Package.current_rev(@project, @package) && !Project.find_cached(@project) %>
<% if Package.current_rev(@project, @package) %>
<li>
<%= link_to_remote image_tag('icons/arrow_branch.png', :title => 'Branch package'), :url => {:action => :branch_dialog, :project => @project, :package => @package} %>
<%= link_to_remote 'Branch package', :url => { :action => :branch_dialog, :project => @project, :package => @package} %>
Expand Down

0 comments on commit 973ca4c

Please sign in to comment.