indentlabs/notebook

View on GitHub
app/views/notice_dismissal/messages/_11.html.erb

Summary

Maintainability
Test Coverage
<% if show_notice?(id: 11) %>
  <div class="card-panel blue lighten-5 black-text">
    <i class="left material-icons grey-text">help</i>
    Links will automatically appear here whenever you share this page to your followers.<br />
    Only you can see this message. 
    <%= link_to 'Dismiss this message', notice_dismissal_dismiss_path(notice_id: 11) %>.
  </div>
<% end %>