diff options
| author | evelyn <evelyn@eyelyn.local> | 2009-11-08 21:41:20 +0100 |
|---|---|---|
| committer | evelyn <evelyn@eyelyn.local> | 2009-11-08 21:41:20 +0100 |
| commit | 37deabafd64d2f8c8c6edceeca5da62ce4c38738 (patch) | |
| tree | aa47650126281c55e774a1b297722659130ea79a /app/views | |
| parent | e797b6c3c08c713a4f41bb98cf3f5ea78a8e609f (diff) | |
removed italic
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/custom/page_templates/public/standard_template.html.erb | 2 |
1 files changed, 1 insertions, 1 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 8cd88a6..a133167 100644 --- a/app/views/custom/page_templates/public/standard_template.html.erb +++ b/app/views/custom/page_templates/public/standard_template.html.erb | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | <h2><%= @page.title %></h2> | 2 | <h2><%= @page.title %></h2> |
| 3 | <h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3> | 3 | <h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3> |
| 4 | <hr class="subtitle" /> | 4 | <hr class="subtitle" /> |
| 5 | <div class="abstract"><p><em><%= sanitize( @page.abstract )%></em></p></div> | 5 | <div class="abstract"><p><%= sanitize( @page.abstract )%></p></div> |
| 6 | <div id="headline_image"><%= headline_image %></div> | 6 | <div id="headline_image"><%= headline_image %></div> |
| 7 | <div class="body"><%= aggregate?(@page.body) %></div> | 7 | <div class="body"><%= aggregate?(@page.body) %></div> |
| 8 | </div> | 8 | </div> |
