<%= notice %>

Name: <%= @other.name %>

Date: <%= @other.date %>

Detail: <%= @other.detail %>

Customer: <%= @other.customer_id %>

<%= link_to 'Edit', edit_other_path(@other) %> | <%= link_to 'Back', others_path %>