Skip to content

Commit

Permalink
fix: rss
Browse files Browse the repository at this point in the history
  • Loading branch information
rubynovich committed Apr 17, 2013
1 parent 0509391 commit 4591265
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/my/_issuesreportedbymewithstatus.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
= link_to l(:label_issue_view_all), :controller => 'issues', :action => 'index', :set_filter => 1, :author_id => 'me', :status_id => status_id, :sort => 'priority:desc,updated_on:desc'

- content_for :header_tags do
= auto_discovery_link_tag(:atom, {:controller => 'issues', :action => 'index', :set_filter => 1, :author_id => 'me', :status_id => status_id, :format => 'atom', :key => User.current.rss_key}, {:title => l(:label_solved_issues)})
= auto_discovery_link_tag(:atom, {:controller => 'issues', :action => 'index', :set_filter => 1, :author_id => 'me', :status_id => status_id, :format => 'atom', :key => User.current.rss_key}, {:title => l(:label_solved_issue_plural)})
1 change: 0 additions & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
:issue_status => IssueStatus.last(:conditions => {:is_closed => false}).try(:id)
},
:partial => 'settings/settings'

end

0 comments on commit 4591265

Please sign in to comment.