问题列表显示更改

This commit is contained in:
nieguanghui 2013-08-15 10:18:05 +08:00
parent 84b5e61c55
commit 72801ec716
3 changed files with 6 additions and 2 deletions

View File

@ -94,7 +94,7 @@
<span> <%= link_to issue.author.name, user_path(issue.author), :class => "bid_user_u" %></span><%= l(:label_post_on)%> <span> <% a = [] %>
<% a << column_content[1] %>
<% a << "##{column_content[0]}" << "(#{raw column_content[2]}):" << column_content[4] %>
<%= link_to a.join(' '), issue_path(issue) %>
<%= link_to a.join(' '), issue_path(issue), :class => "issue-link" %>
</ul>
<ul class="list-group-item-meta">
<div class="issue-list-description">

View File

@ -137,7 +137,7 @@ software development and software crowdsourcing.</td></tr>
<!--add by huang-->
<!--add by huang-->
<div style="height:225px;">
<div style="height:250px;">
<div class="welcone_left">
<table width="350px">
<tr>

View File

@ -1474,6 +1474,10 @@ div.pagination_new a:hover, div.pagination_new span.current-page {
* Designed for activity.
* Added by Nie.
*/
a.issue-link {
font-weight: bold;
}
div.issue-note {
width: 580px;
margin-left: 30px;