Changeset 487:c68572845a76

Show
Ignore:
Timestamp:
01/23/10 10:14:12 (7 weeks ago)
Author:
rgrp <http://rufuspollock.org>
Branch:
default
Message:

[templates][xs]: micro change to text on factlet index page.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • microfacts/templates/factlet/index.html

    r404 r487  
    2121    <xi:include href="search_core.html" /> 
    2222 
    23     <h3>Alternatively: ${h.link_to("Create a New Factlet", h.url_for(controller='factlet', 
    24     action='create', id=None))} 
     23    <h3>Alternatively 
     24      <a href="${h.url_for(controller='factlet', action='create', id=None)}">create a new factlet</a>. 
    2525    </h3> 
    2626  </body>