projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make helpers return text instead of appending to the output buffer
[rails.git]
/
app
/
views
/
trace
/
view.html.erb
diff --git
a/app/views/trace/view.html.erb
b/app/views/trace/view.html.erb
index 1f272b271df0a41b15ae1bb2577c4402add5669a..5a7c5bcc6c909d090d76dd90a3f277d8d80d514c 100644
(file)
--- a/
app/views/trace/view.html.erb
+++ b/
app/views/trace/view.html.erb
@@
-52,7
+52,7
@@
<br /><br />
-<% if_user(@trace.user) do %>
+<%
=
if_user(@trace.user) do %>
<table>
<tr>
<td><%= button_to t('trace.view.edit_track'), :controller => 'trace', :action => 'edit', :id => @trace.id %></td>