Fixed 2 bugs in 1.02:

* Added the border=0 back to the images for edit and delete actions, which I had accidentally removed at some point (fixed ticket:11)
  * Removed Redcloth requiring code in config/environment.rb, as Rails now requires Redcloth itself (fixed ticket:10)


git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@45 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
bsag 2005-03-12 11:53:59 +00:00
parent 6f51118766
commit 2f2909e930
8 changed files with 10 additions and 15 deletions

View file

@ -4,8 +4,6 @@
require_dependency "login_system"
require 'date'
$delete_img = "<img src=\"/images/delete.png\" width=\"10\" height=\"10\" border=\"0\" />"
$edit_img = "<img src=\"/images/edit.png\" width=\"10\" height=\"10\" border=\"0\" />"
$notes_img = "<img src=\"/images/notes.png\" width=\"10\" height=\"10\" border=\"0\" />"
$done_img = "<img src=\"/images/done.png\" width=\"16\" height=\"16\" border=\"0\" />"