Skip to content

Instantly share code, notes, and snippets.

@mh-github
Last active June 1, 2017 19:05
Show Gist options
  • Select an option

  • Save mh-github/4cfd566aa87cb891b94231d592e819d8 to your computer and use it in GitHub Desktop.

Select an option

Save mh-github/4cfd566aa87cb891b94231d592e819d8 to your computer and use it in GitHub Desktop.
<% if current_user.has_role? :cxo or
Bulk_email_team.include? current_user.email %>
<li class="dropdown ">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Bulk Mail</a>
<ul class="dropdown-menu to-right">
<li><a href="/bulk_mails/new">To Customers</a></li>
<li><a href="/bulk_mails/toEmployees">To Employees</a></li>
<li><a href="/bulk_mails">View All</a></li>
</ul>
</li>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment