]> source.dussan.org Git - redmine.git/commit
Add an icon to each event on the activity view.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Apr 2008 16:54:14 +0000 (16:54 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 Apr 2008 16:54:14 +0000 (16:54 +0000)
commit6d2a89142af235b5d0a9e30350859fb99ac665f3
tree6d1ee51c6fe03dd5020299f9c50ad8ee0b688b57
parent85f040c5362dd89829f694a58f4e91ced7fcd33e
Add an icon to each event on the activity view.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1342 e93f8b46-1217-0410-a6f0-8f06a7374b81
17 files changed:
app/models/journal.rb
app/models/message.rb
app/models/wiki_content.rb
app/views/projects/activity.rhtml
public/images/attachment.png
public/images/changeset.png [new file with mode: 0644]
public/images/comments.png [new file with mode: 0644]
public/images/document.png [new file with mode: 0644]
public/images/message.png [new file with mode: 0644]
public/images/news.png [new file with mode: 0644]
public/images/ticket.png [new file with mode: 0644]
public/images/ticket_checked.png [new file with mode: 0644]
public/images/ticket_edit.png [new file with mode: 0644]
public/images/wiki_edit.png [new file with mode: 0644]
public/stylesheets/application.css
test/functional/projects_controller_test.rb
vendor/plugins/acts_as_event/lib/acts_as_event.rb