Skip to content

Commit

Permalink
Sidebar removed #11
Browse files Browse the repository at this point in the history
  • Loading branch information
Pbasnal committed Jul 22, 2014
1 parent 1270249 commit 2f658de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
9 changes: 1 addition & 8 deletions app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
%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 All @@ -48,8 +45,4 @@
=User.count
%div.container
%div.row
%div.col-sm-9= yield
%div.col-sm-3
%center
%h3 Insight of LightAir
%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.
%div= yield
6 changes: 5 additions & 1 deletion app/views/newsletters/index.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
%a.pull-right{href: "#{sendmailer_path}"}
%button.btn.btn-danger
Send Mail
%table.table.table-striped
%tr
%strong Newsletters
%h4
%strong Newsletters
-@newsletters.each do |news|
%tr
%td
Expand Down

0 comments on commit 2f658de

Please sign in to comment.