From faef617a457bcaddaf20c4f182de43000b10de8b Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Fri, 30 Aug 2013 22:09:23 +0800 Subject: [PATCH] =?UTF-8?q?tabs=E6=98=BE=E7=A4=BA=20=E5=9B=BE=E5=83=8F?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/news/index.html.erb | 2 +- app/views/projects/_project.html.erb | 2 +- app/views/users/watch_bids.html.erb | 2 +- public/stylesheets/application.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/news/index.html.erb b/app/views/news/index.html.erb index 1b68e5b20..8eb7772ae 100644 --- a/app/views/news/index.html.erb +++ b/app/views/news/index.html.erb @@ -41,7 +41,7 @@ <% @newss.each do |news| %> - +
<%= image_tag(url_to_avatar(news.author), :class => "avatar") %><%=link_to image_tag(url_to_avatar(news.author), :class => "avatar"), user_path(news.author) %> diff --git a/app/views/projects/_project.html.erb b/app/views/projects/_project.html.erb index fa0a8b75a..84525e3d9 100644 --- a/app/views/projects/_project.html.erb +++ b/app/views/projects/_project.html.erb @@ -1,7 +1,7 @@
- <%= image_tag(url_to_avatar(project), :class => "avatar2") %> + <%=link_to image_tag(url_to_avatar(project), :class => "avatar2"), project_path(project) %>

diff --git a/app/views/users/watch_bids.html.erb b/app/views/users/watch_bids.html.erb index b12c03c10..749245741 100644 --- a/app/views/users/watch_bids.html.erb +++ b/app/views/users/watch_bids.html.erb @@ -7,7 +7,7 @@

<%=link_to_user(news.author)if news.respond_to?(:author) %> <%= l(:label_project_newshare)%> <%= link_to h(news.title), news_path(news) %>
- +
<%= link_to image_tag(url_to_avatar(bid.author), :class => 'avatar'), :class => "avatar" %><%= link_to image_tag(url_to_avatar(bid.author), :class => 'avatar'),user_path(bid.author), :class => "avatar" %> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 4e94fb2a9..194d9a6a7 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -1491,7 +1491,7 @@ p.progress-info {clear: left; font-size: 80%; margin-top:-4px; color:#777;} #content .tabs ul li a.selected { background-color: #fff; border: 1px solid #15BCCF; - + border-bottom: 1px solid #fff; color:#111; }