[Groonga-commit] groonga/groonga-admin at edaef0d [master] Fix top path

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sun Dec 21 16:28:33 JST 2014


Kouhei Sutou	2014-12-21 16:28:33 +0900 (Sun, 21 Dec 2014)

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

  Message:
    Fix top path

  Modified files:
    app/index.html
    app/views/tables/search.html

  Modified: app/index.html (+1 -1)
===================================================================
--- app/index.html    2014-12-21 16:28:18 +0900 (ac16093)
+++ app/index.html    2014-12-21 16:28:33 +0900 (9b4cc3d)
@@ -25,7 +25,7 @@
     <div class="navbar" role="navigation">
       <div class="container-fuild">
         <div class="navbar-header">
-          <a class="navbar-brand" href="#">Groonga Admin</a>
+          <a class="navbar-brand" href="#/">Groonga Admin</a>
         </div>
         <!--div class="collapse navbar-collapse">
           <ul class="nav navbar-nav">

  Modified: app/views/tables/search.html (+1 -1)
===================================================================
--- app/views/tables/search.html    2014-12-21 16:28:18 +0900 (0c7cdc7)
+++ app/views/tables/search.html    2014-12-21 16:28:33 +0900 (c7369c8)
@@ -1,6 +1,6 @@
 <div class="container-fluid" ng-controller="TableSearchController">
   <ol class="breadcrumb">
-    <li><a href="#">Top</a></li>
+    <li><a href="#/">Top</a></li>
     <li><a href="#/tables/">Tables</a></li>
     <li><a href="#/tables/{{table.name}}">{{table.name}}</a></li>
     <li class="active">Search</li>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index