File tree 1 file changed +14
-1
lines changed
readthedocs/templates/builds
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+
1
2
{% extends "projects/base_project.html" %}
2
3
3
4
{% load i18n %}
@@ -161,6 +162,18 @@ <h3>{% trans "Error" %}</h3>
161
162
data-bind ="text: error ">
162
163
{{ build.error }}
163
164
</ p >
165
+ < p >
166
+ {% blocktrans with build_id=build.pk proj_name=build.project.name build_path=request.get_full_path user_name=request.user %}
167
+ Report any build issues < a href ="https://github.com/rtfd/readthedocs.org/issues/new?
168
+ title=Build%20error%20with%20build%20id%20%23{{ build_id }}
169
+ &body=%23%23%20Details%0A%0A
170
+ *%20Project%20Url%3A%20https://readthedocs.org/projects/{{ proj_name }}/%0A
171
+ *%20Build%20URL%20(if%20applicable)%3A%20https://readthedocs.org{{ build_path }}%0A
172
+ *%20Read%20the%20Docs%20username%20(if%20applicable)%3A%20{{ user_name }}%0A%0A
173
+ %23%23%20Expected%20Result%0A%0A*%20A%20description%20of%20what%20you%20wanted%20to%20happen*%0A%0A
174
+ %23%23%20Actual%20Result%0A%0A*A%20description%20of%20what%20actually%20happened*%0A "> here</ a > .
175
+ {% endblocktrans %}
176
+ </ p >
164
177
</ div >
165
178
166
179
< div id ="build-commands "
@@ -196,4 +209,4 @@ <h3>{% trans "Error" %}</h3>
196
209
{% endif %}
197
210
198
211
</ div >
199
- {% endblock %}
212
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments