Page MenuHomeGRNET

notify_record_bulk.text.erb
No OneTemporary

File Metadata

Created
Wed, Nov 19, 12:37 AM

notify_record_bulk.text.erb

Domain: <%= @domain.name %>
By: <%= @user.email %> <%= '(admin)' if @admin %>
<% @operations.each do |context, record, changes| %>
Action: <%= context %>
Record: <%= record.name %>
Type: <%= record.type %>
State: <%= record.to_dns %>
<% if context == :update -%>
Changes:
<% changes.each do |key, change| -%>
<%= key %> from <%= change.first %>
<%= key %> to <%= change.last %>
<% end -%>
<% end -%>
<% end -%>

Event Timeline