##// END OF EJS Templates
Slight changes on users list view and hide Anonymous user....
Slight changes on users list view and hide Anonymous user. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1118 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r824:a53c86f063ad
r1104:4e244be21cc1
Show More
info.rb
10 lines | 263 B | text/x-ruby | RubyLexer
module Redmine
module Info
class << self
def app_name; 'Redmine' end
def url; 'http://www.redmine.org/' end
def help_url; 'http://www.redmine.org/guide' end
def versioned_name; "#{app_name} #{Redmine::VERSION}" end
end
end
end