Skip to content

Commit eb1dd18

Browse files
Done with background jobs-Sidekiq ref #9
1 parent 5a84beb commit eb1dd18

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

app/views/layouts/application.html.haml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@
1717
%a{href: "#{home_index_path}"}
1818
%h4 Home
1919
%li
20-
%a{href: "#"}
20+
%a{href: "#{newsletters_path}"}
2121
%h4 Newsletters
22+
%li
23+
%a{href: "#{new_newsletter_path}"}
24+
%h4 Add Newsletter
2225
%li
2326
%a{href: "#{users_path}"}
2427
%h4 Show Users
@@ -32,6 +35,9 @@
3235
%a{role: "menuitem", tabindex: "-1", href: "#{new_user_path}"}Add Manually
3336
%li
3437
%a{role: "menuitem", tabindex: "-2", href: "#{spreadsheets_path}"}Google Spreadsheets
38+
%li
39+
%a{href: "#{sendmailer_path}"}
40+
%h4 Send Mail
3541

3642
%ul.nav.navbar-nav.navbar-right
3743
%li.active

0 commit comments

Comments
 (0)