diff options
author | francis <francis> | 2009-02-03 03:28:09 +0000 |
---|---|---|
committer | francis <francis> | 2009-02-03 03:28:09 +0000 |
commit | 30f29b5ebe1fce548786bf994b02e8b4d33b0a87 (patch) | |
tree | 3341a9f1d138404fefed5af8083074166d21a8ca | |
parent | 82119b21b2aac8c8d7c352b00526155de40a6c61 (diff) |
Remove old comment.
-rw-r--r-- | app/views/request/_bubble.rhtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/request/_bubble.rhtml b/app/views/request/_bubble.rhtml index 438925d51..d58573247 100644 --- a/app/views/request/_bubble.rhtml +++ b/app/views/request/_bubble.rhtml @@ -20,7 +20,6 @@ <a href="<%=attachment_url%>"><img class="attachment_image" alt="Attachment" src="/images/icon_unknown.png"></a> <% end %> <strong><%= h a.display_filename %></strong> - <!-- <%= link_to h(a.display_filename), attachment_url %> --> <br> <%= a.display_size %> <%= link_to "Download", attachment_url %> |