Changes for mozo host

This commit is contained in:
2020-03-05 11:36:19 -05:00
parent 02e60c174d
commit 3aa204aa30
7 changed files with 32 additions and 17 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
- user = defined?(cmtool_user) ? cmtool_user : (defined?(current_user) ? current_user : nil)
.fixed
nav.top-bar data-topbar="" role="navigation"
nav.top-bar data-topbar="" role="navigation"
ul.title-area
li.name
h1
a href=cmtool.root_path = application_title
li.toggle-topbar.menu-icon
a href="#"
a href="#"
span Menu
section.top-bar-section
- if user.present?
@@ -6,8 +6,8 @@
th= Cmtool::NewsletterSubscription.human_attribute_name(:email)
th= Cmtool::NewsletterSubscription.human_attribute_name(:deactivation_token)
th= Cmtool::NewsletterSubscription.human_attribute_name(:active)
th
th
th.action-header
th.action-header
tbody
- @newsletter_subscriptions.each do |newsletter_subscription|
tr
@@ -39,6 +39,8 @@ html lang="en"
li= link_to 'Wiki', 'https://github.com/bterkuile/cmtool/wiki', target: :_blank
= yield :sidebar
footer
p © Cmtool 2015
p
span © Cmtool
span= Date.today.year
= yield :footer
#hidden-html.hide= yield :hidden_html