diff options
| author | evelyn <evelyn@eyelyn.local> | 2009-11-08 23:15:37 +0100 |
|---|---|---|
| committer | evelyn <evelyn@eyelyn.local> | 2009-11-08 23:15:37 +0100 |
| commit | a09f2db9a1c211f585c5367170c976e40449f5e6 (patch) | |
| tree | 8680d41089167b4b226c90a8a788d7f4c192c194 /app/views | |
| parent | 3fabf2b3447fd437904c679d68a6868c8ff8f4f9 (diff) | |
headline, author/date, linie angepasst
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/custom/page_templates/public/standard_template.html.erb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/custom/page_templates/public/standard_template.html.erb b/app/views/custom/page_templates/public/standard_template.html.erb index a133167..5ea277a 100644 --- a/app/views/custom/page_templates/public/standard_template.html.erb +++ b/app/views/custom/page_templates/public/standard_template.html.erb | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | <div class="article"> | 1 | <div class="article"> |
| 2 | <h2><%= @page.title %></h2> | 2 | <h2 class="headline"><%= @page.title %></h2> |
| 3 | <h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3> | 3 | <div class="author_and_date"><%= date_for_page @page %>, <%= @page.user.try(:login) %></div> |
| 4 | <hr class="subtitle" /> | ||
| 5 | <div class="abstract"><p><%= sanitize( @page.abstract )%></p></div> | 4 | <div class="abstract"><p><%= sanitize( @page.abstract )%></p></div> |
| 6 | <div id="headline_image"><%= headline_image %></div> | 5 | <div id="headline_image"><%= headline_image %></div> |
| 7 | <div class="body"><%= aggregate?(@page.body) %></div> | 6 | <div class="body"><%= aggregate?(@page.body) %></div> |
