projects
/
cookbook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99e5895
)
Use relative index->recipe links
author
W. Trevor King
<wking@drexel.edu>
Mon, 21 Jun 2010 19:48:02 +0000
(15:48 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 21 Jun 2010 19:48:02 +0000
(15:48 -0400)
cookbook/template/recipes.html
patch
|
blob
|
history
diff --git
a/cookbook/template/recipes.html
b/cookbook/template/recipes.html
index bd52c997c9de2052285c49e4e16b893e0fd04590..02ecddb0edf1b72de5d36107459f5fc23aae3ba2 100644
(file)
--- a/
cookbook/template/recipes.html
+++ b/
cookbook/template/recipes.html
@@
-7,7
+7,7
@@
{% block content %}
<ul id="recipe-list">
{% for recipe in recipes %}
- <li><a href="
/
recipe?name={{ recipe.clean_name() }}">
+ <li><a href="recipe?name={{ recipe.clean_name() }}">
{{ recipe.name }}</li>
{% endfor %}
</ul>