修正了上传头像布局

This commit is contained in:
nieguanghui 2013-08-13 11:31:27 +08:00
parent 3d13304f26
commit 4663751e7e
3 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
filter: alpha(opacity:0); filter: alpha(opacity:0);
} }
</style> </style>
<div> <div style="padding-left:60px;">
<span id="attachments_fields"> <span id="attachments_fields">
<%= image_tag(url_to_avatar(source), id: "avatar_image", size: AvatarHelper::AVATAR_SIZE,:class=>"avatar")%> <%= image_tag(url_to_avatar(source), id: "avatar_image", size: AvatarHelper::AVATAR_SIZE,:class=>"avatar")%>
<div id="avatar_file" style="width: 100px"> <div id="avatar_file" style="width: 100px">

View File

@ -1,5 +1,6 @@
<%= error_messages_for 'project' %> <%= error_messages_for 'project' %>
<!--[form:project]--> <!--[form:project]-->
<p><%= render :partial=>"avatar/avatar_form",:locals=> {source:@project} %></p>
<p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;" %></p> <p><%= f.text_field :name, :required => true, :size => 60, :style => "width:490px;" %></p>
<p style="margin-left:-10px;padding-right: 20px;"><%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %></p><!--by young--> <p style="margin-left:-10px;padding-right: 20px;"><%= f.text_area :description, :rows => 8, :class => 'wiki-edit', :style => "font-size:small;width:490px;margin-left:10px;" %></p><!--by young-->

View File

@ -3,7 +3,6 @@
<%= labelled_form_for @project do |f| %> <%= labelled_form_for @project do |f| %>
<!--Added by young--> <!--Added by young-->
<div class="box tabular"> <div class="box tabular">
<p><%= render :partial=>"avatar/avatar_form",:locals=> {source:@project} %></p>
<%= render :partial => 'form', :locals => { :f => f } %> <%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %> <%= submit_tag l(:button_create) %>
<%= submit_tag l(:button_create_and_continue), :name => 'continue' %> <%= submit_tag l(:button_create_and_continue), :name => 'continue' %>