Project

General

Profile

Patch #35610 » 0003-Set-wiki-menu_item-for-WikisController-destroy.patch

Mischa The Evil, 2021-01-27 09:59

View differences:

app/controllers/wikis_controller.rb
18 18
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
19 19

  
20 20
class WikisController < ApplicationController
21
  menu_item :settings
21
  menu_item :wiki
22 22
  before_action :find_project, :authorize
23 23

  
24 24
  # Delete a project's wiki
(3-3/3)