From 6221ec2dea793e76dbef65d372fa5f25962d8a0a Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sun, 25 Apr 2021 17:21:08 -0700 Subject: [PATCH] tweak card panel --- app/views/notice_dismissal/messages/_07.html.erb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/app/views/notice_dismissal/messages/_07.html.erb b/app/views/notice_dismissal/messages/_07.html.erb index d8e3e135..bcfc3b10 100644 --- a/app/views/notice_dismissal/messages/_07.html.erb +++ b/app/views/notice_dismissal/messages/_07.html.erb @@ -1,13 +1,11 @@ <% if user_signed_in? && current_user.notice_dismissals.where(notice_id: 7).none? %>
-
- <%= link_to prepay_path, class: 'black-text' do %> - help - These associations are automatically created whenever you mention this page from another page. - Only you can see this message. +
+ help + These associations are automatically created whenever you mention this page from another page. + Only you can see this message. - <%= link_to 'Dismiss this notice.', notice_dismissal_dismiss_path(notice_id: 7), class: 'blue-text' %> - <% end %> + <%= link_to 'Dismiss this notice.', notice_dismissal_dismiss_path(notice_id: 7), class: 'blue-text' %>
<% end %> \ No newline at end of file