robertgauld/OSMExtender

View on GitHub
app/views/announcements/hide.js.erb

Summary

Maintainability
Test Coverage
<%- if @error.nil? %>
    $("#announcement-<%= @announcement.id %>").hide();
<%- else %>
    $().toastmessage('showErrorToast', "<%= @error %>");
<%- end %>