OSDN Git Service

7d2fe84fa71dc558ed5fb420b6630cd4ce30d9e4
[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>Default width:</b>
10   <%= @comic.default_width %>
11 </p>
12
13 <p>
14   <b>Default height:</b>
15   <%= @comic.default_height %>
16 </p>
17
18 <%= link_to 'Back', comics_path %>