Skip to content

Commit

Permalink
Zawsze pokazuj linki do zadań
Browse files Browse the repository at this point in the history
  • Loading branch information
swistak committed Jan 21, 2012
1 parent 8dbafdb commit 4cba6a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/my/blocks/_issues_to_accept.rhtml
Expand Up @@ -7,7 +7,6 @@
:include => [ :status, :project, :tracker ],
:order => "#{Issue.table_name}.updated_on DESC") %>
<%= render :partial => 'issues/list_simple_kb', :locals => { :issues => reported_issues } %>
<% if reported_issues.length > 0 %>
<p class="small">
<%= link_to l(:label_issue_view_all_by_current_user), :controller => 'issues',
:action => 'index',
Expand All @@ -22,7 +21,6 @@
:status_id => '3',
:sort => 'updated_on:desc' %>
</p>
<% end %>

<% content_for :header_tags do %>
<%= auto_discovery_link_tag(:atom,
Expand Down

0 comments on commit 4cba6a3

Please sign in to comment.