Revision 1325:4ef7df804bab plugins/redmine_bibliography/app/helpers

View differences:

plugins/redmine_bibliography/app/helpers/authorships_helper.rb
15 15
        s << link_to(authorship.name_on_paper, :controller => 'users', :action => 'show', :id => authorship.author.user)
16 16
      end
17 17
    end
18
    s
18
    s.html_safe
19 19
  end
20 20

  
21 21
end

Also available in: Unified diff