瀏覽代碼

Small enhancement og interface

prieto 8 年之前
父節點
當前提交
dac3e50d12
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      lodel/plugins/webui/templates/listing/show_class.html

+ 1
- 1
lodel/plugins/webui/templates/listing/show_class.html 查看文件

@@ -27,7 +27,7 @@
27 27
     {% set objects = my_class.get(None) %}
28 28
     <ul>
29 29
     {% for obj in objects %}
30
-        <li><a href="/{{ root_url }}/show_object?classname={{ classname }}&lodel_id={{ obj.uid() }}" >{{ obj.uid() }} </a></li>
30
+        <li><a href="/{{ root_url }}/show_object?classname={{ classname }}&lodel_id={{ obj.uid() }}" >{{ obj.uid() }} </a> | <a href="/{{ root_url }}/show_object_detailled?classname={{ classname }}&lodel_id={{ obj.uid() }}" >Detailed view </a></li>
31 31
     {% endfor %}
32 32
     </ul>
33 33
  {% endif %}

Loading…
取消
儲存