Skip to content
Snippets Groups Projects

Display buttons to easily access groups

Merged Anusha Ranganathan requested to merge feature/472_crc_1280_button into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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