diff options
Diffstat (limited to 'app/views')
| -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 08f76242..d502cdff 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 8012796f..d33bc10e 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| %> |
