Skip to content

Commit

Permalink
primer: new root page
Browse files Browse the repository at this point in the history
  • Loading branch information
fiedl committed Sep 12, 2018
1 parent 0ee5d1e commit e79d268
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/views/primer/root/index.html.haml
@@ -0,0 +1,17 @@
- content_for :side_bar do
= render partial: 'root/start_page_elements'
= render @page

- content_for :groups_bar do
%ul
%li Erlanger Wingolf
%li Aktivitas

%li Verbindungen

%li Wingolfsbund

= render partial: 'shared/upcoming_events', locals: {events: current_user.try(:upcoming_events).try(:limit, 5) || []}

%h1 Foo!
%div Bar

0 comments on commit e79d268

Please sign in to comment.