Merge branch 'memcached_alan' of http://repository.trustie.net/xianbo/trustie2 into memcached_alan

This commit is contained in:
yutao 2015-05-23 16:02:55 +08:00
commit 6fcdae517a
1 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
<%= render :partial => 'form_course', :locals => {:f => f, :topic => @message} %>
<li>
<a href="javascript:void(0)" onclick="show_newtalk();" class="grey_btn fr ml10"><%= l(:button_cancel) %></a>
<a href="javascript:(0);" name="submitbtn" class="blue_btn fr " style="margin-left: 55px"><%= l(:button_submit)%></a>
<a href="javascript:void(0);" onclick="show_newtalk();" class="grey_btn fr ml10"><%= l(:button_cancel) %></a>
<a href="javascript:void(0);" name="submitbtn" class="blue_btn fr " style="margin-left: 55px">
<%= l(:button_submit)%>
</a>
<div class="cl"></div>
</li>
<% end %>