We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a84beb commit eb1dd18Copy full SHA for eb1dd18
app/views/layouts/application.html.haml
@@ -17,8 +17,11 @@
17
%a{href: "#{home_index_path}"}
18
%h4 Home
19
%li
20
- %a{href: "#"}
+ %a{href: "#{newsletters_path}"}
21
%h4 Newsletters
22
+ %li
23
+ %a{href: "#{new_newsletter_path}"}
24
+ %h4 Add Newsletter
25
26
%a{href: "#{users_path}"}
27
%h4 Show Users
@@ -32,6 +35,9 @@
32
35
%a{role: "menuitem", tabindex: "-1", href: "#{new_user_path}"}Add Manually
33
36
34
37
%a{role: "menuitem", tabindex: "-2", href: "#{spreadsheets_path}"}Google Spreadsheets
38
39
+ %a{href: "#{sendmailer_path}"}
40
+ %h4 Send Mail
41
42
%ul.nav.navbar-nav.navbar-right
43
%li.active
0 commit comments