Skip to content

Commit

Permalink
wrong plugin name in stylesheet tag
Browse files Browse the repository at this point in the history
  • Loading branch information
neowit committed Apr 27, 2013
1 parent 531bae6 commit 58926ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/my/blocks/_issues_with_last_updated_by.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<% end %>

<% content_for :header_tags do %>
<%= stylesheet_link_tag 'last_updated_by_column', :plugin => 'last_updated_by_column' %>
<%= stylesheet_link_tag 'last_updated_by_column', :plugin => 'redmine_last_updated_by_column' %>
<%= auto_discovery_link_tag(:atom,
{:controller => 'issues', :action => 'index', :set_filter => 1,
:assigned_to_id => 'me', :format => 'atom', :key => User.current.rss_key},
Expand Down

0 comments on commit 58926ae

Please sign in to comment.