<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -16,7 +16,7 @@
       == #{account.user.id == @current_user.id ? &quot;me&quot; : account.user.full_name}
     - unless @current_user.preference[:accounts_outline] == &quot;brief&quot;
       %dt
-        = link_to(account.website, account.website) &lt;&lt; &quot; | &quot; if account.website?
+        = link_to(account.website, account.website =~ /^http(s)?:\/\// ? account.website : 'http://' &lt;&lt; account.website) &lt;&lt; &quot; | &quot; if account.website?
         = &quot;phone: &quot; &lt;&lt; (account.toll_free_phone || account.phone) &lt;&lt; &quot; | &quot; if account.toll_free_phone? || account.phone?
         = pluralize(account.contacts.count, &quot;contact&quot;) &lt;&lt; &quot; | &quot;
         = pluralize(account.opportunities.count, &quot;opportunity&quot;)</diff>
      <filename>app/views/accounts/_account.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a61fb98bf6e5fc1ad24d153b87c4702330b7315d</id>
    </parent>
  </parents>
  <author>
    <name>Todd Makinster</name>
    <email>todd@todd-makinsters-mac-pro-5.local</email>
  </author>
  <url>http://github.com/enderson/fat_free_crm/commit/ab9a0cd63df369600cb580f89f0bc5293af4c155</url>
  <id>ab9a0cd63df369600cb580f89f0bc5293af4c155</id>
  <committed-date>2009-08-18T20:05:51-07:00</committed-date>
  <authored-date>2009-08-18T20:05:51-07:00</authored-date>
  <message>Prepended a http:// if not found as part of the provided account#website
in the account's link.</message>
  <tree>2509a5cd0359d1fadeee0a352ea4293edadd7fa5</tree>
  <committer>
    <name>Todd Makinster</name>
    <email>todd@todd-makinsters-mac-pro-5.local</email>
  </committer>
</commit>
