OSDN Git Service

replace codes
[pettanr/pettanr.git] / app / views / comics / show.html.erb
index 7d2fe84..624205c 100644 (file)
@@ -7,12 +7,12 @@
 
 <p>
   <b>Default width:</b>
-  <%= @comic.default_width %>
+  <%= @comic.width %>
 </p>
 
 <p>
   <b>Default height:</b>
-  <%= @comic.default_height %>
+  <%= @comic.height %>
 </p>
 
 <%= link_to 'Back', comics_path %>