OSDN Git Service

merge v06sheet
[pettanr/pettanr.git] / app / views / stories / browse.html.erb
index 24a7a6c..c9a07a2 100644 (file)
@@ -6,8 +6,18 @@
 </p>
 
 <p>
-  <b>panel_id:</b>
-  <%= @story.panel_id %>
+  <b>title</b>
+  <%= link_to h(@story.title), story_path(@story) %>
+</p>
+
+<p>
+  <b>description</b>
+  <%= h(@story.description) %>
+</p>
+
+<p>
+  <b>visible</b>
+  <%= @story.visible %>
 </p>
 
 <p>