Skip to content

Nitrino/flatly_light_redmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flatly light redmine theme

Modern and readability theme for Redmine.

Installation

  • Download and unzip theme into your Redmine themes directory (e.g. ../public/themes/)
  • Restart Redmine to make the newly installed theme available in your theme list.
  • Go to "Administration / Settings / Display" and choose this theme in themes list.
  • Save your changes.

Screenshots

Enable static sidebar

To activate the static sidebar set var activeStaticSidebar = true in javascripts/theme.js file

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request