[Groonga-commit] ranguba/epub-searcher at b3b9dec [master] Fix indentation of button to avoid included in <input>

Back to archive index

KITAITI Makoto null+****@clear*****
Tue Dec 23 05:00:37 JST 2014


KITAITI Makoto	2014-12-23 05:00:37 +0900 (Tue, 23 Dec 2014)

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

  Message:
    Fix indentation of button to avoid included in <input>

  Modified files:
    app/views/index.haml

  Modified: app/views/index.haml (+1 -1)
===================================================================
--- app/views/index.haml    2014-12-23 04:43:12 +0900 (79682f5)
+++ app/views/index.haml    2014-12-23 05:00:37 +0900 (649c073)
@@ -5,7 +5,7 @@
 
   %form{:class => 'form-search centered', :action => '/', :method => 'GET'}
     %input{:type => 'text', :class => 'input-xxlarge search-query', :name => 'q'}
-      %button{:class => 'btn'} Search
+    %button{:class => 'btn'} Search
 
   %div{:class => 'row'}
     %div{:class => 'span2'}
-------------- next part --------------
HTML����������������������������...
Download 



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