diff --git a/app/views/memos/_praise_tread.html.erb b/app/views/memos/_praise_tread.html.erb
index 258a265a2..a92cc9a26 100644
--- a/app/views/memos/_praise_tread.html.erb
+++ b/app/views/memos/_praise_tread.html.erb
@@ -1,36 +1,36 @@
-
- <% if User.current.logged? %>
- <% if horizontal %>
-
-
- <% @is_valuate = is_praise_or_tread(obj,user_id)%>
- <% if @is_valuate.size > 0 %>
- <% @flag = @is_valuate.first.praise_or_tread %>
- <% if @flag == 1 %>
-
<%= get_praise_num(obj)%>
- <% end %>
- <% else %>
- <% if user_id == obj.author_id %>
-
-
-
<%= get_praise_num(obj)%>
-
- <% else %>
-
- <%# if OptionNumber.get_user_option_number(user_id).nil? || OptionNumber.get_user_option_number(user_id).total_score < 2 %>
-
- <%#= link_to image_tag("/images/praise_tread/praise_true.png",weight:"22px", height:"22px",:title => l(:label_issue_praise)),
- :controller=>"praise_tread",:action=>"praise_plus",:remote=>true,:obj_id => obj.id,:obj_type => obj.class,:horizontal => horizontal %>
-
<%= get_praise_num(obj)%>
-
-
-
-
-
-
-
- <% end %>
- <% end %>
-
- <% end %>
- <% end %>
+
+ <% if User.current.logged? %>
+ <% if horizontal %>
+
+
+ <% @is_valuate = is_praise_or_tread(obj,user_id)%>
+ <% if @is_valuate.size > 0 %>
+ <% @flag = @is_valuate.first.praise_or_tread %>
+ <% if @flag == 1 %>
+
<%= get_praise_num(obj)%>
+ <% end %>
+ <% else %>
+ <% if user_id == obj.author_id %>
+
+
+
<%= get_praise_num(obj)%>
+
+ <% else %>
+
+ <%# if OptionNumber.get_user_option_number(user_id).nil? || OptionNumber.get_user_option_number(user_id).total_score < 2 %>
+
+ <%#= link_to image_tag("/images/praise_tread/praise_true.png",weight:"22px", height:"22px",:title => l(:label_issue_praise)),
+ :controller=>"praise_tread",:action=>"praise_plus",:remote=>true,:obj_id => obj.id,:obj_type => obj.class,:horizontal => horizontal %>
+
<%= get_praise_num(obj)%>
+
+
+
+
+
+
+
+ <% end %>
+ <% end %>
+
+ <% end %>
+ <% end %>
diff --git a/app/views/memos/show.html.erb b/app/views/memos/show.html.erb
index 74d8d34f8..f191e2d44 100644
--- a/app/views/memos/show.html.erb
+++ b/app/views/memos/show.html.erb
@@ -90,8 +90,8 @@
<%= reply.author.show_name%><%= format_date(reply.created_at) %>
- <%= link_to "删除", forum_memo_path(@memo.forum, reply), :class => "", :method => "delete", :confirm => l(:text_are_you_sure) %>
<%= reply.content.gsub(/script/, "script ").html_safe %>
+ <%= link_to "删除", forum_memo_path(@memo.forum, reply), :class => "fr mt-10 mb10", :method => "delete", :confirm => l(:text_are_you_sure) %>