整理页面标签格式

This commit is contained in:
yanxd 2013-12-24 10:27:43 +08:00
parent ec73bb144e
commit fe2dc180ba
2 changed files with 5 additions and 4 deletions

View File

@ -12,7 +12,7 @@
<div class="pagination" style="float:left;"> <div class="pagination" style="float:left;">
<ul> <ul>
<%= pagination_links_full @feedback_pages %> <%= pagination_links_full @feedback_pages %>
<ul> </ul>
</div> </div>
</div> </div>

View File

@ -18,9 +18,9 @@
</tr> </tr>
<tr> <tr>
<td colspan="2" width="580px" > <td colspan="2" width="580px" >
<p class="info-break"> <div class="info-break">
<%= textilizable journal.notes%> <%= textilizable journal.notes%>
</p></td> </div></td>
</tr> </tr>
<tr> <tr>
<td align="left"><span class="font_lighter"> <%= l :label_comment_time %>&nbsp; <%= format_time journal.created_on %></span></td> <td align="left"><span class="font_lighter"> <%= l :label_comment_time %>&nbsp; <%= format_time journal.created_on %></span></td>
@ -35,7 +35,8 @@
:method => 'post', :title => l(:button_quote))%> :method => 'post', :title => l(:button_quote))%>
<% end %> <% end %>
</tr> </tr>
</table></td> </table>
</td>
</tr> </tr>
</table> </table>
<div class="line_under"></div> <div class="line_under"></div>