Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Merge requests
!361
Display buttons to easily access groups
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Display buttons to easily access groups
feature/472_crc_1280_button
into
develop
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Anusha Ranganathan
requested to merge
feature/472_crc_1280_button
into
develop
2 months ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
fixes
https://gitlab.ruhr-uni-bochum.de/FDM/rdm-system/antleaf-projectmanagement/-/issues/472
0
0
Merge request reports
Viewing commit
9f53fc68
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
9f53fc68
Include hyrax helper
· 9f53fc68
Anusha Ranganathan
authored
2 months ago
hyrax/app/controllers/hyrax/dashboard_controller.rb
+
1
−
0
Options
@@ -3,6 +3,7 @@ module Hyrax
class
DashboardController
<
ApplicationController
include
Blacklight
::
Base
include
Hyrax
::
Breadcrumbs
include
HyraxHelper
with_themed_layout
'dashboard'
before_action
:authenticate_user!
before_action
:build_breadcrumbs
,
only:
[
:show
]
Loading