Commit ab3e8bb931cc2a60fc9ec578518f08be2005e98e
1 parent
8f0eb930
Exists in
master
and in
1 other branch
Removed extra newlines between textile table rows.
Showing
1 changed file
with
2 additions
and
4 deletions
Show diff stats
app/views/errs/redmine_body.txt.erb
| ... | ... | @@ -32,14 +32,12 @@ h2. Session |
| 32 | 32 | h2. Backtrace |
| 33 | 33 | |
| 34 | 34 | | Line | File | Method | |
| 35 | -<% for line in notice.backtrace %> | |
| 36 | -| <%= line['number'] %> | <%= line['file'].sub(/^\[PROJECT_ROOT\]/, '') %> | *<%= line['method'] %>* | | |
| 35 | +<% for line in notice.backtrace %>| <%= line['number'] %> | <%= line['file'].sub(/^\[PROJECT_ROOT\]/, '') %> | *<%= line['method'] %>* | | |
| 37 | 36 | <% end %> |
| 38 | 37 | |
| 39 | 38 | h2. Environment |
| 40 | 39 | |
| 41 | -<% for key, val in notice.env_vars %> | |
| 42 | -| <%= key %> | <%= val %> | | |
| 40 | +<% for key, val in notice.env_vars %>| <%= key %> | <%= val %> | | |
| 43 | 41 | <% end %> |
| 44 | 42 | |
| 45 | 43 | <% end %> | ... | ... |