问题列表显示更改

exceptionHandle
nieguanghui 12 years ago
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 = [] %> <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[1] %>
<% a << "##{column_content[0]}" << "(#{raw column_content[2]}):" << column_content[4] %> <% 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>
<ul class="list-group-item-meta"> <ul class="list-group-item-meta">
<div class="issue-list-description"> <div class="issue-list-description">

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

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

Loading…
Cancel
Save