[Groonga-commit] ranguba/epub-searcher at 0e96add [master] Markup drilldown result count as a single element

Back to archive index

KITAITI Makoto null+****@clear*****
Sun Sep 20 18:48:17 JST 2015


KITAITI Makoto	2015-09-20 18:48:17 +0900 (Sun, 20 Sep 2015)

  New Revision: 0e96add4cc44fbc699698a2d66fc35a30d9506d4
  https://github.com/ranguba/epub-searcher/commit/0e96add4cc44fbc699698a2d66fc35a30d9506d4

  Message:
    Markup drilldown result count as a single element

  Modified files:
    app/views/_authors_drilldown.haml

  Modified: app/views/_authors_drilldown.haml (+3 -1)
===================================================================
--- app/views/_authors_drilldown.haml    2015-09-20 18:43:58 +0900 (0fd7ecd)
+++ app/views/_authors_drilldown.haml    2015-09-20 18:48:17 +0900 (661230f)
@@ -1,4 +1,6 @@
 - if @drilldowns
   %ul.author-drilldowns
     -****@drill***** do |author_drilldown|
-      %li= "#{author_drilldown['_key']}(#{author_drilldown['_nsubrecs']})"
+      %li
+        #{author_drilldown['_key']}
+        %span= author_drilldown['_nsubrecs']
-------------- next part --------------
HTML����������������������������...
Download 



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