|
|
|
@ -14,7 +14,12 @@
|
|
|
|
|
<td>
|
|
|
|
|
<table width="630px" border="0">
|
|
|
|
|
<tr>
|
|
|
|
|
<td valign="top" width="500px" class="<%= topic.sticky ? 'sticky' : '' %> <%= topic.locked? ? 'locked' : '' %>"><%= link_to h(topic.subject), open_source_project_relative_memo_path(open_source_project, topic) %></td>
|
|
|
|
|
<td valign="top" width="500px" class="<%= topic.sticky ? 'sticky' : '' %> <%= topic.locked? ? 'locked' : '' %>">
|
|
|
|
|
<% if topic.url.nil? || topic.url == '' %>
|
|
|
|
|
<%= link_to h(topic.subject), open_source_project_relative_memo_path(open_source_project, topic) %>
|
|
|
|
|
<% else %>
|
|
|
|
|
<%= link_to h(topic.subject), topic.url %>
|
|
|
|
|
<% end %></td>
|
|
|
|
|
<td align="right" rowspan="3">
|
|
|
|
|
<table class="borad-count">
|
|
|
|
|
<tr>
|
|
|
|
|