Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 909 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 909 Bytes

Redmine Fixed Header plugin

This is a plugin for Redmine to show fixed header in issue page.

Capture

Installation

Install the plugin in your Redmine plugins directory, clone this repository as redmine_fixed_header:

cd {REDMINE_ROOT}/plugins
git clone https://github.com/YujiSoftware/redmine-fixed-header.git redmine_fixed_header

If git is not installed, then download a zip, and move to your Redmine plugins directory.

curl -o redmine-fixed-header-master.zip https://codeload.github.com/YujiSoftware/redmine-fixed-header/zip/master
unzip redmine-fixed-header-master.zip
mv redmine-fixed-header-master redmine_fixed_header
mv redmine_fixed_header {REDMINE_ROOT}/plugins

And restart your http server.

Requirement

  • Redmine 2.1.x or later