We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dbc907f + 7fb825d commit 97334a6Copy full SHA for 97334a6
src/templates/signals/signal_detail.html
@@ -264,23 +264,6 @@ <h5>Signals with same base</h5>
264
</div>
265
</section>
266
{% endif %}
267
- {% if signal.example_url != '' %}
268
- <h5>Response Example</h5>
269
- <section class="section">
270
- <div class="row">
271
- <div class="card">
272
- <div class="card-body">
273
- <div class="row margin-top-1rem">
274
- <p>Example URL:</p>
275
- <span>{{ signal.example_url }}</span>
276
- <button type="button" class="btn btn-primary margin-top-1rem" id="show-response">Show response</button>
277
- <pre class="margin-top-1rem"><code id="example-response" class="hidden"></code></pre>
278
- </div>
279
280
281
282
- </section>
283
- {% endif %}
284
{% include "signals/data_visualization_export.html"%}
285
<h5>Related links</h5>
286
<section class="section">
0 commit comments