问题列表显示更改
This commit is contained in:
parent
84b5e61c55
commit
72801ec716
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue