projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
3756: do not show 'Show' button in admin user's own row.
[arvados.git]
/
apps
/
workbench
/
app
/
views
/
application
/
api_error.html.erb
diff --git
a/apps/workbench/app/views/application/api_error.html.erb
b/apps/workbench/app/views/application/api_error.html.erb
index 10ffbb775fa1c637e7160adb0afde658953a7c9c..f8edf7d40ed0836448d044ab3fa925cab49d20a7 100644
(file)
--- a/
apps/workbench/app/views/application/api_error.html.erb
+++ b/
apps/workbench/app/views/application/api_error.html.erb
@@
-21,3
+21,5
@@
If that doesn't work, the information below can help system administrators track
<% end %>
</dl>
<% end %>
+
+<%= render :partial => "report_error", :locals => {api_error: api_error, error_type: 'api'} %>