<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -57,12 +57,6 @@ module TankEngineHelper
     link_to(name, options, html_options)
   end
   
-  # TODO: seems similar enough to te_link_to.  Shall we merge?
-  def link_from_list(name, options, slide = nil, html_options = {})
-    html_options = apply_html_side(slide, html_options)
-    link_to(name, options, html_options)
-  end
-  
   def link_to_target(target, name, options, html_options = {})
     if target == :replace 
       link_to_replace(name, options, html_options)
@@ -87,7 +81,7 @@ module TankEngineHelper
   ## Lists
   
   def list_element(item, target = nil, slide = true)
-    link = link_from_list(item.caption, item.url, slide)
+    link = te_link_to(item.caption, item.url, {}, slide)
     content_tag(:li, link)
   end
 </diff>
      <filename>lib/tank_engine_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5685bdf3457f2278d562e60143362388567208e5</id>
    </parent>
  </parents>
  <author>
    <name>Austin Fonacier</name>
    <email>austinfonacier@austin-fonaciers-macbook-pro.local</email>
  </author>
  <url>http://github.com/austinrfnd/tank-engine/commit/c5266eb899e31af2ec0f36ff5564e29f8c3ae495</url>
  <id>c5266eb899e31af2ec0f36ff5564e29f8c3ae495</id>
  <committed-date>2009-05-02T18:18:44-07:00</committed-date>
  <authored-date>2009-05-02T18:18:44-07:00</authored-date>
  <message>Getting rid of link_from_list.  Being replaced from te_link_to</message>
  <tree>086920a24bf67e68f2d7e73687750b272a1727e6</tree>
  <committer>
    <name>Austin Fonacier</name>
    <email>austinfonacier@austin-fonaciers-macbook-pro.local</email>
  </committer>
</commit>
