[Groonga-commit] groonga/groonga-admin at c6ef21b [master] table show: link to the current page for easy to reload

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Dec 31 17:20:02 JST 2014


Kouhei Sutou	2014-12-31 17:20:02 +0900 (Wed, 31 Dec 2014)

  New Revision: c6ef21ba5adb8ccb13738c04e7f94a8000138485
  https://github.com/groonga/groonga-admin/commit/c6ef21ba5adb8ccb13738c04e7f94a8000138485

  Message:
    table show: link to the current page for easy to reload

  Modified files:
    app/views/tables/show.html

  Modified: app/views/tables/show.html (+1 -1)
===================================================================
--- app/views/tables/show.html    2014-12-31 17:18:54 +0900 (98e5502)
+++ app/views/tables/show.html    2014-12-31 17:20:02 +0900 (0468658)
@@ -2,7 +2,7 @@
   <ol class="breadcrumb">
     <li><a href="#/">Top</a></li>
     <li><a href="#/tables/">Tables</a></li>
-    <li class="active">{{table.name}}</li>
+    <li class="active"><a href="#/tables/{{table.name}}">{{table.name}}</a></li>
   </ol>
 
   <div class="sidebar">
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index