diff --git a/app/views/layouts/base_projects.html.erb b/app/views/layouts/base_projects.html.erb
index 822e99787..e0df12a0c 100644
--- a/app/views/layouts/base_projects.html.erb
+++ b/app/views/layouts/base_projects.html.erb
@@ -117,10 +117,11 @@
<%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
<%= link_to l(:project_module_boards) ,project_boards_path(@project) %>
|
- <% if @project.identifier = 'trustie' %>
+ <% if @project.identifier == 'trustie' %>
<%=image_tag("/images/sidebar/tool_tag2.png", weight:"15px", height:"15px") %>
<%= link_to l(:label_user_response) ,project_feedback_path(@project) %>
|
+ <% else %>
<% end %>
diff --git a/app/views/projects/feedback.html.erb b/app/views/projects/feedback.html.erb
index 8f316527a..23fbda04e 100644
--- a/app/views/projects/feedback.html.erb
+++ b/app/views/projects/feedback.html.erb
@@ -9,11 +9,7 @@
<%=link_to journal.user, user_path(journal.user)%>
- <% if @user == User.current%>
- <%= l(:label_leave_me_message) %>
- <% else %>
- <%= l(:label_leave_others_message) %>
- <% end %>
+ 对项目进行了反馈
|
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index 7231eefc5..b91b638f1 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -253,7 +253,7 @@ software development and software crowdsourcing.
- <%= f.text_area 'project_message', :rows => 3, :cols => 65, :value => "#{l(:label_leave_a_message)}", :onfocus => "clearInfo('new_form_project_message','#{l(:label_leave_a_message)}')", :onblur => "showInfo('new_form_project_message','#{l(:label_leave_a_message)}')", :style => "resize: none;", :class => 'noline'%> |
+ <%= f.text_area 'project_message', :rows => 3, :cols => 65, :value => "我要反馈", :onfocus => "clearInfo('new_form_project_message','我要反馈')", :onblur => "showInfo('new_form_project_message','我要反馈')", :style => "resize: none;", :class => 'noline'%> |
|