2 changed files with 7 additions and 3 deletions
@ -0,0 +1,6 @@
|
||||
module UnresolvedLogHelper |
||||
def flash_notice_for_resolved_logs(count) |
||||
notice_message = "You’ve updated all the fields affected by the scheme change.</br>" |
||||
notice_message << " <a href=\"/lettings-logs/update-logs\">Update #{count} more logs</a>" if count.positive? |
||||
end |
||||
end |
||||
Loading…
Reference in new issue