Skip to content

Commit

Permalink
Added under development on events page
Browse files Browse the repository at this point in the history
  • Loading branch information
samnang committed May 10, 2012
1 parent 2dfa9d1 commit 5012a22
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/controllers/events_controller.rb
@@ -0,0 +1,2 @@
class EventsController < ApplicationController
end
2 changes: 2 additions & 0 deletions app/views/events/index.html.haml
@@ -0,0 +1,2 @@
.page-header
%h1 Under development :)
2 changes: 1 addition & 1 deletion app/views/layouts/_navigation.html.haml
Expand Up @@ -7,7 +7,7 @@
%li.active
= link_to "Groups", groups_path
%li
= link_to "Events", "#"
= link_to "Events", events_path
%form.navbar-search.pull-right{action: groups_path}
%input.search-query.span3{name: "q", value: params[:q], placeholder: "Search", type: "text"}
%input.submit-button{value: "Search", type: "submit"}
1 change: 1 addition & 0 deletions config/routes.rb
Expand Up @@ -7,4 +7,5 @@
post :submit
end
end
resources :events, :only => :index
end

0 comments on commit 5012a22

Please sign in to comment.