OSDN Git Service

55e6fa73dd296031e1b60d883771f6446bdb684a
[tdcgexplorer/nimono.git] / app / views / xes / show.html.erb
1 <p>
2   <b>Arc:</b>
3   <%=h @x.arc %>
4 </p>
5
6 <p>
7   <b>Path:</b>
8   <%=h @x.path %>
9 </p>
10
11
12 <%= link_to 'Edit', edit_x_path(@x) %> |
13 <%= link_to 'Back', xes_path %>