更改了创新竞赛中,参加项目选项卡下“我要参加”按钮的位置。调整到了参加项目的旁边,而不是在最右边。
This commit is contained in:
parent
3676d3e7dd
commit
3df7bfb3bb
|
@ -24,9 +24,9 @@
|
|||
|
||||
<% else %>
|
||||
<table width="100%" border="0" style="padding-left: 15px">
|
||||
<td width="80%" class="font_lighter" style="font-size: 15px;"><%= l(:label_bidding_project) %>(<%= bidding_project.count%>)</td>
|
||||
<td width="15%" class="font_lighter" style="font-size: 15px;"><%= l(:label_bidding_project) %>(<%= bidding_project.count%>)</td>
|
||||
<% if User.current.logged? %>
|
||||
<td width="20%">
|
||||
<td width="85%">
|
||||
<div class='icon icon-add'>
|
||||
<%= toggle_link l(:button_bidding), 'put-bid-form' %>
|
||||
</div></td>
|
||||
|
|
|
@ -151,7 +151,8 @@
|
|||
<td class="comments">
|
||||
<div class="wiki">
|
||||
<%= textilizable message, :content, :attachments => message.attachments %>
|
||||
</div> <%= link_to_attachments message, :author => false %> </td>
|
||||
</div>
|
||||
<%= link_to_attachments message, :author => false %> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="font_lighter" style="float: left"><%= authoring message.created_on, message.author %></td>
|
||||
|
|
Loading…
Reference in New Issue