12 lines
368 B
Ruby
12 lines
368 B
Ruby
|
Redmine::Plugin.register :byterazors_redmine_footer do
|
||
|
name 'Byterazors Redmine Footer plugin'
|
||
|
author 'byterazor'
|
||
|
description 'This plugin provides footer links for byterazors redmine instance'
|
||
|
version '0.0.1'
|
||
|
url 'https://gitea.federationhq.de/byterazor/byterazors_redmine_footer'
|
||
|
author_url 'https://gitea.federationhq.de/byterazor'
|
||
|
end
|
||
|
|
||
|
require 'hook'
|
||
|
|