One last thing...NEXT: SSB Feed importer

This commit is contained in:
Netscape Navigator 2019-11-16 15:09:34 -06:00
parent 3097fa714e
commit 446e5a5c0e
1 changed files with 8 additions and 7 deletions

View File

@ -3,7 +3,14 @@
<table border="4" cellpadding="0" cellspacing="0" width="90%" bordercolor="#008080">
<tr>
<td bgcolor="#008080">
<%= current_article.title %>
<h4><%= current_article.title %></h4>
</td>
</tr>
<tr>
<td>
<br/>
<%= current_article.summary %>
<%= link_to 'Read more…', current_article %>
</td>
</tr>
<tr>
@ -15,12 +22,6 @@
<%= current_article.date.year %>
</td>
</tr>
<tr>
<td>
<%= current_article.summary %>
<%= link_to 'Read more…', current_article %>
</td>
</tr>
</table>
</center>
</div>