Kill trailing whitespace in erb files
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<div id="c-wiki-pages">
|
||||
<div id="a-show">
|
||||
<%= render "wiki_pages/sidebar" %>
|
||||
|
||||
|
||||
<section id="content">
|
||||
<h1 id="wiki-page-title"><%= @wiki_page_version.pretty_title %> <span class="version">(<%= time_ago_in_words_tagged(@wiki_page_version.updated_at) %>)</span></h1>
|
||||
|
||||
|
||||
<div id="wiki-page-body" class="dtext prose">
|
||||
<%= format_text(@wiki_page_version.body) %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user