Skip to content

Commit

Permalink
movee some button position
Browse files Browse the repository at this point in the history
  • Loading branch information
makestory committed Jul 1, 2011
1 parent d88bd2c commit 0e2e4f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/views/site/index.html.erb
Expand Up @@ -56,7 +56,9 @@
</div>
<div id="tasks" class="tabContents">
<% if logged_in? %>
<%= button_to '发布任务',new_task_path,:class=>'gary',:method => :get,:style=>'text-align:right'%>
<div style="text-align:right;clear:both;padding:4px">
<%= button_to '发布任务',new_task_path,:class=>'gary',:method => :get%>
</div>
<% end %>
<%= render :partial => '/public/task',:collection => @tasks %>
<%= link_to('查看更多...',more_tasks_path(:page => 2),:class=> 'timeline_footer',:onclick => 'javascript:more_timeline($(this));return false;') %>
Expand Down

0 comments on commit 0e2e4f1

Please sign in to comment.