Pastebin fix
parent
3f4a2f59f6
commit
a0d2d7b8de
|
@ -4,7 +4,11 @@ furnace webapps.pastebin calendar ; %>
|
|||
<tr>
|
||||
<td>
|
||||
<a href="<% model get paste-link write %>">
|
||||
<% "summary" get write %>
|
||||
<%
|
||||
"summary" get
|
||||
dup empty? [ drop "- no title -" ] when
|
||||
write
|
||||
%>
|
||||
</a>
|
||||
</td>
|
||||
<td><% "author" get write %></td>
|
||||
|
|
Loading…
Reference in New Issue