diff options
| author | hukl <contact@smyck.org> | 2009-09-11 22:07:41 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-09-11 22:07:41 +0200 |
| commit | 7b34b515a6a24579d8c84c9b8b84f818289b898f (patch) | |
| tree | a083b46cbb04b95fe5fdb93e6fd7fe9ac17db089 /app | |
| parent | 24265260b216e2be8d29d913c4d0396408981612 (diff) | |
fixed the widget ids
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/content/_featured_articles.html.erb | 2 | ||||
| -rw-r--r-- | app/views/content/_tags.html.erb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/content/_featured_articles.html.erb b/app/views/content/_featured_articles.html.erb index 08f7624..d502cdf 100644 --- a/app/views/content/_featured_articles.html.erb +++ b/app/views/content/_featured_articles.html.erb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <div id="frontpage_calendar"> | 1 | <div id="featured_articles"> |
| 2 | <h2>Featured</h2> | 2 | <h2>Featured</h2> |
| 3 | <ul> | 3 | <ul> |
| 4 | <% @featured_articles.each do |item| %> | 4 | <% @featured_articles.each do |item| %> |
diff --git a/app/views/content/_tags.html.erb b/app/views/content/_tags.html.erb index 8012796..d33bc10 100644 --- a/app/views/content/_tags.html.erb +++ b/app/views/content/_tags.html.erb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | <div id="frontpage_calendar"> | 1 | <div id="tags"> |
| 2 | <h2>Tags</h2> | 2 | <h2>Tags</h2> |
| 3 | <ul class="teasertext"> | 3 | <ul class="teasertext"> |
| 4 | <% @page.tags.each do |tag| %> | 4 | <% @page.tags.each do |tag| %> |
