[Groonga-commit] groonga/gcs [ember] Add icons on nav list

Back to archive index

Yoji SHIDARA null+****@clear*****
Tue Oct 2 04:15:11 JST 2012


Yoji SHIDARA	2012-10-02 04:15:11 +0900 (Tue, 02 Oct 2012)

  New Revision: 62d31ea4321482b66de97dc18f890d96108f0f02
  https://github.com/groonga/gcs/commit/62d31ea4321482b66de97dc18f890d96108f0f02

  Log:
    Add icons on nav list

  Modified files:
    views/index.jade

  Modified: views/index.jade (+2 -2)
===================================================================
--- views/index.jade    2012-10-02 04:10:48 +0900 (47d2d5f)
+++ views/index.jade    2012-10-02 04:15:11 +0900 (4cb0063)
@@ -26,12 +26,12 @@ html
             .well(style="padding: 10px 0 10px 0;")
               ul.nav.nav-list
                 {{#view view.NavItemView section="Home" item=null}}
-                <a href {{action showIndex this}}>Home</a>
+                <a href {{action showIndex this}}><i class="icon-home"></i> Home</a>
                 {{/view}}
                 li.nav-header Domains
                 {{#each App.domains}}
                 {{#view view.NavItemView section="Domain" itemBinding="name"}}
-                <a href {{action showDomain this}}>{{name}}</a>
+                <a href {{action showDomain this}}><i class="icon-hdd"></i> {{name}}</a>
                 {{/view}}
                 {{/each}}
           .span10
-------------- next part --------------
HTML����������������������������...
下载 



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