Skip to content

Commit

Permalink
Org dashboard styling (#191)
Browse files Browse the repository at this point in the history
* Begin work on org dashboard styling

* Continue cleaning up dashboard styling

* Continue styling dashboard
  • Loading branch information
jadekstewart3 authored Sep 26, 2023
1 parent a50fb26 commit d520e88
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/controllers/organizations/dashboard_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
class Organizations::DashboardController < Organizations::BaseController
layout "dashboard"
before_action :verified_staff

def index
Expand Down
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<% end%>

<div>

<%= yield %>
</div>
</div>
Expand Down
Loading

0 comments on commit d520e88

Please sign in to comment.