Skip to content

Commit

Permalink
Done with background jobs-Sidekiq ref #9
Browse files Browse the repository at this point in the history
  • Loading branch information
kanhaiyasharma007 committed Jul 15, 2014
1 parent a68f967 commit 40685d3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@
%a{href: "#{home_index_path}"}
%h4 Home
%li
%a{href: "#"}
%a{href: "#{newsletters_path}"}
%h4 Newsletters
%li
%a{href: "#{new_newsletter_path}"}
%h4 Add Newsletter
%li
%a{href: "#{users_path}"}
%h4 Show Users
Expand All @@ -32,6 +35,9 @@
%a{role: "menuitem", tabindex: "-1", href: "#{new_user_path}"}Add Manually
%li
%a{role: "menuitem", tabindex: "-2", href: "#{spreadsheets_path}"}Google Spreadsheets
%li
%a{href: "#{sendmailer_path}"}
%h4 Send Mail

%ul.nav.navbar-nav.navbar-right
%li.active
Expand Down

0 comments on commit 40685d3

Please sign in to comment.