Skip to content

Commit 2f658de

Browse files
committed
Sidebar removed #11
1 parent 1270249 commit 2f658de

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

app/views/layouts/application.html.haml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@
3636
%a{role: "menuitem", tabindex: "-1", href: "#{new_user_path}"}Add Manually
3737
%li
3838
%a{role: "menuitem", tabindex: "-2", href: "#{spreadsheets_path}"}Google Spreadsheets
39-
%li
40-
%a{href: "#{sendmailer_path}"}
41-
%h4 Send Mail
4239

4340
%ul.nav.navbar-nav.navbar-right
4441
%li.active
@@ -48,8 +45,4 @@
4845
=User.count
4946
%div.container
5047
%div.row
51-
%div.col-sm-9= yield
52-
%div.col-sm-3
53-
%center
54-
%h3 Insight of LightAir
55-
%p LightAir is a mass Mailer designed to send newsletters designed in html to be sent to a few hundered to a tens of thousands of subscribers. It has an inbuilt HTML editor to create a newsletter online.
48+
%div= yield

app/views/newsletters/index.html.haml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
%a.pull-right{href: "#{sendmailer_path}"}
2+
%button.btn.btn-danger
3+
Send Mail
14
%table.table.table-striped
25
%tr
3-
%strong Newsletters
6+
%h4
7+
%strong Newsletters
48
-@newsletters.each do |news|
59
%tr
610
%td

0 commit comments

Comments
 (0)