|
@@ -74,13 +74,14 @@ $(document).ready(function() {
|
|
</dl>
|
|
</dl>
|
|
|
|
|
|
{% if object.webretro_url %}
|
|
{% if object.webretro_url %}
|
|
- <p><a href="{{game.webretro_url}}" class="btn btn-primary" targe="_blank">Play</a></p>
|
|
|
|
- {% elif object.retroarch_cmd %}
|
|
|
|
|
|
+ <p><a href="{{game.webretro_url}}" class="btn btn-primary" targe="_blank">Play in browser</a></p>
|
|
|
|
+ {% endif %}
|
|
|
|
+ <h5>Retroarch command</h5>
|
|
<p>
|
|
<p>
|
|
<form>
|
|
<form>
|
|
<div class="input-group">
|
|
<div class="input-group">
|
|
<input type="text" class="form-control"
|
|
<input type="text" class="form-control"
|
|
- value="{{object.retroarch_cmd}}" placeholder="" id="copy-input">
|
|
|
|
|
|
+ value="{{object.cmd}}" placeholder="" id="copy-input">
|
|
<span class="input-group-btn">
|
|
<span class="input-group-btn">
|
|
<button class="btn btn-default" type="button" id="copy-button"
|
|
<button class="btn btn-default" type="button" id="copy-button"
|
|
data-toggle="tooltip" data-placement="button"
|
|
data-toggle="tooltip" data-placement="button"
|
|
@@ -91,7 +92,6 @@ $(document).ready(function() {
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</p>
|
|
</p>
|
|
- {% endif %}
|
|
|
|
|
|
|
|
<p>{{object.description}}</p>
|
|
<p>{{object.description}}</p>
|
|
{% endblock %}
|
|
{% endblock %}
|