X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fviews%2Fpanel_pictures%2Fshow.html.erb;h=37258f491c6158065f7fa5a768703bc8b1f4d7c1;hb=d7c8065be895b67dc453b0e11ad0f259f1ca6706;hp=f558950cf671418a5958342e0e69fb35ebac3623;hpb=c3657f326edd98cafdb015ec62eef32851e1d129;p=pettanr%2Fpettanr.git diff --git a/app/views/panel_pictures/show.html.erb b/app/views/panel_pictures/show.html.erb index f558950c..37258f49 100644 --- a/app/views/panel_pictures/show.html.erb +++ b/app/views/panel_pictures/show.html.erb @@ -1,57 +1,12 @@

<%= t '.title' -%>

<%= notice %>

-<%= render 'panel_pictures/standard', :panel => @panel_picture.panel, :author => @author, :spot => @panel_picture %> +<%= render 'panel_pictures/standard', :panel => @panel_picture.panel, :operators => @operators, :spot => @panel_picture %>

<%= t_m 'PanelPicture.caption' -%>: <%= h @panel_picture.caption %>

-

- <%= t_m 'PanelPicture.link' -%>: - <%= link_to h(@panel_picture.link), @panel_picture.link %> -

- -

- <%= t_m 'PanelPicture.x' -%>: - <%= @panel_picture.x %> -

- -

- <%= t_m 'PanelPicture.y' -%>: - <%= @panel_picture.y %> -

- -

- <%= t_m 'PanelPicture.z' -%>: - <%= @panel_picture.z %> -

- -

- <%= t_m 'PanelPicture.t' -%>: - <%= @panel_picture.t %> -

- -

- <%= t_m 'PanelPicture.width' -%>: - <%= @panel_picture.width %> -

- -

- <%= t_m 'PanelPicture.height' -%>: - <%= @panel_picture.height %> -

- -

- <%= t_m 'PanelPicture.created_at' -%>: - <%= l @panel_picture.created_at %> -

- -

- <%= t_m 'PanelPicture.updated_at' -%>: - <%= l @panel_picture.updated_at %> -

- <%= link_to t('link.edit'), edit_panel_picture_path(@panel_picture) %> <%= link_to t('link.destroy'), panel_picture_path(@panel_picture), :method => :delete %>