From 3df7bfb3bbb811d3953b0d7ac88458f7c1227005 Mon Sep 17 00:00:00 2001 From: Wen Date: Fri, 24 Jan 2014 10:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E4=BA=86=E5=88=9B=E6=96=B0?= =?UTF-8?q?=E7=AB=9E=E8=B5=9B=E4=B8=AD=EF=BC=8C=E5=8F=82=E5=8A=A0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=80=89=E9=A1=B9=E5=8D=A1=E4=B8=8B=E2=80=9C=E6=88=91?= =?UTF-8?q?=E8=A6=81=E5=8F=82=E5=8A=A0=E2=80=9D=E6=8C=89=E9=92=AE=E7=9A=84?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E3=80=82=E8=B0=83=E6=95=B4=E5=88=B0=E4=BA=86?= =?UTF-8?q?=E5=8F=82=E5=8A=A0=E9=A1=B9=E7=9B=AE=E7=9A=84=E6=97=81=E8=BE=B9?= =?UTF-8?q?=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF=E5=9C=A8=E6=9C=80=E5=8F=B3?= =?UTF-8?q?=E8=BE=B9=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/bids/_project_list.html.erb | 4 ++-- app/views/messages/show.html.erb | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/views/bids/_project_list.html.erb b/app/views/bids/_project_list.html.erb index 7b178fb78..51112bd32 100644 --- a/app/views/bids/_project_list.html.erb +++ b/app/views/bids/_project_list.html.erb @@ -24,9 +24,9 @@ <% else %> - + <% if User.current.logged? %> - diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 51ed6a884..cd1758f16 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -151,7 +151,8 @@ + + <%= link_to_attachments message, :author => false %>
<%= l(:label_bidding_project) %>(<%= bidding_project.count%>)<%= l(:label_bidding_project) %>(<%= bidding_project.count%>) +
<%= toggle_link l(:button_bidding), 'put-bid-form' %>
<%= textilizable message, :content, :attachments => message.attachments %> -
<%= link_to_attachments message, :author => false %>
<%= authoring message.created_on, message.author %>