pull/6827/head
Oliver Günther 8 years ago
parent 3eb04005ac
commit 377d5afb73
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 34
      app/assets/stylesheets/documents/_global_rules.sass
  2. 1
      lib/open_project/documents/engine.rb

@ -0,0 +1,34 @@
/*-- copyright
* OpenProject Documents Plugin
*
* Former OpenProject Core functionality extracted into a plugin.
*
* Copyright (C) 2009-2014 the OpenProject Foundation (OPF)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 3.
*
* OpenProject is a fork of ChiliProject, which is a fork of Redmine. The copyright follows:
* Copyright (C) 2006-2013 Jean-Philippe Lang
* Copyright (C) 2010-2013 the ChiliProject Team
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* See doc/COPYRIGHT.rdoc for more details.
*/
dt.document:before
@include icon-mixin-notes

@ -38,6 +38,7 @@ module OpenProject::Documents
register 'openproject-documents',
author_url: "http://www.openproject.com",
global_assets: { css: 'documents/global_rules' },
requires_openproject: ">= 4.0.0" do
menu :project_menu, :documents,

Loading…
Cancel
Save