Commit dbd9dc7f7412b6e70028605890453c87af17b201
- Date: Thu May 01 17:44:40 +0000 2008
- Committer: mtkd (mtkd@prj2.com)
- Author: mtkd (mtkd@prj2.com)
- Commit SHA1: dbd9dc7f7412b6e70028605890453c87af17b201
- Tree SHA1: d62ecb58c8467417db251b3543cc6b805f08047a
Added popular projects box to more pages
Commit diff
| |   |
| 1 | 1 | module ForumsHelper |
| 2 | |
| 3 | include ProjectsHelper |
| 4 | |
| 2 | 5 | end |
| toggle raw diff |
--- a/app/helpers/forums_helper.rb
+++ b/app/helpers/forums_helper.rb
@@ -1,2 +1,5 @@
module ForumsHelper
+
+ include ProjectsHelper
+
end |
| |   |
| 1 | 1 | module SearchesHelper |
| 2 | |
| 3 | include ProjectsHelper |
| 4 | |
| 2 | 5 | end |
| toggle raw diff |
--- a/app/helpers/searches_helper.rb
+++ b/app/helpers/searches_helper.rb
@@ -1,2 +1,5 @@
module SearchesHelper
+
+ include ProjectsHelper
+
end |
| |   |
| 8 | 8 | |
| 9 | 9 | <%= div_rightcolumn_open %> |
| 10 | 10 | <%= actionbox_basic %> |
| 11 | <%= render_right_popular_projects %> |
| 11 | 12 | <%= render_right_article_project_grid %> |
| 12 | 13 | <%= render_right_popular_authors %> |
| 13 | 14 | <%= render_right_categories %> |
| toggle raw diff |
--- a/app/views/articles/ac_index.html.erb
+++ b/app/views/articles/ac_index.html.erb
@@ -8,6 +8,7 @@
<%= div_rightcolumn_open %>
<%= actionbox_basic %>
+<%= render_right_popular_projects %>
<%= render_right_article_project_grid %>
<%= render_right_popular_authors %>
<%= render_right_categories %> |
| |   |
| 7 | 7 | |
| 8 | 8 | <%= div_rightcolumn_open %> |
| 9 | 9 | <%= actionbox_basic %> |
| 10 | <%= render_right_popular_projects %> |
| 10 | 11 | <%= div_rightcolumn_close %> |
| 11 | 12 | |
| 12 | 13 | <%= div_content_open(STYLE_WITHRIGHTCOLUMN) %> |
| toggle raw diff |
--- a/app/views/forums/ac_index.html.erb
+++ b/app/views/forums/ac_index.html.erb
@@ -7,6 +7,7 @@
<%= div_rightcolumn_open %>
<%= actionbox_basic %>
+<%= render_right_popular_projects %>
<%= div_rightcolumn_close %>
<%= div_content_open(STYLE_WITHRIGHTCOLUMN) %> |
| |   |
| 7 | 7 | |
| 8 | 8 | <%= div_rightcolumn_open %> |
| 9 | 9 | <%= actionbox_basic %> |
| 10 | <%= render_right_popular_projects %> |
| 10 | 11 | <%= div_rightcolumn_close %> |
| 11 | 12 | |
| 12 | 13 | <%= div_content_open(STYLE_WITHRIGHTCOLUMN) %> |
| toggle raw diff |
--- a/app/views/searches/ac_search.html.erb
+++ b/app/views/searches/ac_search.html.erb
@@ -7,6 +7,7 @@
<%= div_rightcolumn_open %>
<%= actionbox_basic %>
+<%= render_right_popular_projects %>
<%= div_rightcolumn_close %>
<%= div_content_open(STYLE_WITHRIGHTCOLUMN) %> |
| |   |
| 7 | 7 | |
| 8 | 8 | <%= div_rightcolumn_open %> |
| 9 | 9 | <%= actionbox_basic %> |
| 10 | <%= render_right_popular_projects %> |
| 10 | 11 | <%= div_rightcolumn_close %> |
| 11 | 12 | |
| 12 | 13 | <%= div_content_open(STYLE_WITHRIGHTCOLUMN) %> |
| toggle raw diff |
--- a/app/views/site/ac_about.html.erb
+++ b/app/views/site/ac_about.html.erb
@@ -7,6 +7,7 @@
<%= div_rightcolumn_open %>
<%= actionbox_basic %>
+<%= render_right_popular_projects %>
<%= div_rightcolumn_close %>
<%= div_content_open(STYLE_WITHRIGHTCOLUMN) %> |
| |   |
| 8 | 8 | |
| 9 | 9 | <%= div_rightcolumn_open %> |
| 10 | 10 | <%= actionbox_basic %> |
| 11 | <%= render_right_popular_projects %> |
| 11 | 12 | <%= div_rightcolumn_close %> |
| 12 | 13 | |
| 13 | 14 | <%= div_content_open(STYLE_WITHRIGHTCOLUMN) %> |
| toggle raw diff |
--- a/app/views/wikis/ac_index.html.erb
+++ b/app/views/wikis/ac_index.html.erb
@@ -8,6 +8,7 @@
<%= div_rightcolumn_open %>
<%= actionbox_basic %>
+<%= render_right_popular_projects %>
<%= div_rightcolumn_close %>
<%= div_content_open(STYLE_WITHRIGHTCOLUMN) %> |