X-Git-Url: http://git.osdn.net/view?p=pettanr%2Fpettanr.git;a=blobdiff_plain;f=app%2Fviews%2Fcomics%2Fshow.html.erb;h=624205cc3cb0193013d7e819d1b62f90d4c0939f;hp=7d2fe84fa71dc558ed5fb420b6630cd4ce30d9e4;hb=36ac8638f694fae1e05a436048c14fa66c0df94c;hpb=dedb9544e58d29977141c8bdc6f19d0c6ce957ac diff --git a/app/views/comics/show.html.erb b/app/views/comics/show.html.erb index 7d2fe84f..624205cc 100644 --- a/app/views/comics/show.html.erb +++ b/app/views/comics/show.html.erb @@ -7,12 +7,12 @@

Default width: - <%= @comic.default_width %> + <%= @comic.width %>

Default height: - <%= @comic.default_height %> + <%= @comic.height %>

<%= link_to 'Back', comics_path %>