Add sdg manager section to admin
Allow a user to become an sdg manager
This commit is contained in:
13
app/components/admin/header.rb
Normal file
13
app/components/admin/header.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
module Admin::Header
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
def header(options: {})
|
||||
provide(:title) do
|
||||
title
|
||||
end
|
||||
|
||||
tag.h2 options do
|
||||
title
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user