OSDN Git Service

1515429500ff84f6b715284efd048c2e54af26cc
[pettanr/pettanr.git] / app / views / comics / show.html.erb
1 <p id="notice"><%= notice %></p>
2
3 <p>
4   <b>Title:</b>
5   <%= h @comic.title %>
6 </p>
7
8 <p>
9   <b>visible:</b>
10   <%= @comic.visible %>
11 </p>
12
13 <p>
14   <b>author_id:</b>
15   <%= @comic.author_id %>
16 </p>
17
18 <p>
19   <b>updated_at:</b>
20   <%= @comic.updated_at %>
21 </p>
22
23 <%= link_to 'Back', comics_path %>