OSDN Git Service

w
[pettanr/pettanr.git] / app / views / stories / browse.html.erb
1 <p id="notice"><%= notice %></p>
2
3 <p>
4   <b>comic_id:</b>
5   <%= @story.comic_id %>
6 </p>
7
8 <p>
9   <b>title</b>
10   <%= link_to h(@story.title), story_path(@story) %>
11 </p>
12
13 <p>
14   <b>description</b>
15   <%= h(@story.description) %>
16 </p>
17
18 <p>
19   <b>visible</b>
20   <%= @story.visible %>
21 </p>
22
23 <p>
24   <b>t:</b>
25   <%= @story.t %>
26 </p>
27
28 <p>
29   <b>author_id:</b>
30   <%= @story.author_id %>
31 </p>
32
33 <p>
34   <b>updated_at:</b>
35   <%= @story.updated_at %>
36 </p>
37
38 <%= link_to 'Back', :action => :list %>