We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0562add commit db75a4eCopy full SHA for db75a4e
init.rb
@@ -7,6 +7,9 @@
7
name 'Redmine message customize plugin'
8
version '0.1.4'
9
description 'This is a plugin that allows messages in Redmine to be overwritten from the admin view'
10
+ author 'Far End Technologies Corporation'
11
+ url 'https://github.com/farend/redmine_message_customize'
12
+ author_url 'https://github.com/farend'
13
settings default: { custom_messages: {} }
14
menu :admin_menu, :custom_messages, { controller: 'custom_message_settings', action: 'edit' },
15
caption: :label_custom_messages, html: { class: 'icon icon-edit' }
0 commit comments