Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify css and fonts #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions app/views/events/_form.html.erb

This file was deleted.

6 changes: 0 additions & 6 deletions app/views/events/edit.html.erb

This file was deleted.

5 changes: 0 additions & 5 deletions app/views/events/new.html.erb

This file was deleted.

4 changes: 2 additions & 2 deletions config/routes.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Refreshsea::Application.routes.draw do
resources :events
resources :events, only: [:index, :show]

devise_for :admin_users, ActiveAdmin::Devise.config
ActiveAdmin.routes(self)
Expand Down Expand Up @@ -48,7 +48,7 @@
# get 'recent', on: :collection
# end
# end

# Example resource route with concerns:
# concern :toggleable do
# post 'toggle'
Expand Down