OSDN Git Service

add OriginalPictureLicenseGroup
[pettanr/pettanr.git] / app / views / original_pictures / _uploader.html.erb
1 <% if user_signed_in? -%>
2   <% if @author.artist? -%>
3     <%= form_tag( {:controller => 'original_pictures',:action => "create"} , { :multipart => true }) do %>
4       <label for="file">File to Upload</label> <%= file_field_tag "original_picture[file]" %>
5       <%= submit_tag 'upload' -%>
6     <% end -%>
7   <% else -%>
8     <%= render 'artist_register' %>
9   <% end -%>
10 <% else -%>
11   素材を投稿するなら<%= link_to "ログイン", new_user_session_path %>
12 <% end -%>