mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
- Split up SnippetsController into separate dashboard and explore sections. - Use consistent page titles, header titles and sidebars between dashboard and explore sections when signed in or not.
6 lines
143 B
Ruby
6 lines
143 B
Ruby
class Explore::ApplicationController < ApplicationController
|
|
skip_before_action :authenticate_user!, :reject_blocked
|
|
|
|
layout 'explore'
|
|
end
|