repo.or.cz
/
punbbonrails.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
2e48fc6
)
Corrected action user_posts
author
Nguyễn Thái Ngọc Duy
<
[email protected]
>
Thu, 24 Aug 2006 10:30:58 +0000
(24 17:30 +0700)
committer
Nguyễn Thái Ngọc Duy
<
[email protected]
>
Thu, 24 Aug 2006 10:30:58 +0000
(24 17:30 +0700)
app/views/forum/index.rhtml
patch
|
blob
|
blame
|
history
diff --git
a/app/views/forum/index.rhtml
b/app/views/forum/index.rhtml
index
2978331
..
86538f0
100644
(file)
--- a/
app/views/forum/index.rhtml
+++ b/
app/views/forum/index.rhtml
@@
-32,7
+32,7
@@
<%
end
-%>
- <dd><%= link_to "Show your posts", :controller => "search", :action => "
show_user
" %></dd>
+ <dd><%= link_to "Show your posts", :controller => "search", :action => "
user_posts
" %></dd>
</dl>
<%
end