[logaling-commit] logaling/logaling-server [apply-design] Fix label of note

Zurück zum Archiv-Index

SUZUKI Miho null+****@clear*****
Wed Sep 26 21:35:29 JST 2012


SUZUKI Miho	2012-09-26 21:35:29 +0900 (Wed, 26 Sep 2012)

  New Revision: 6d790e7fb47148197642e7f0f69a455407354286
  https://github.com/logaling/logaling-server/commit/6d790e7fb47148197642e7f0f69a455407354286

  Log:
    Fix label of note

  Modified files:
    app/views/shared/_term.html.haml

  Modified: app/views/shared/_term.html.haml (+4 -2)
===================================================================
--- app/views/shared/_term.html.haml    2012-09-26 21:31:01 +0900 (fefcd82)
+++ app/views/shared/_term.html.haml    2012-09-26 21:35:29 +0900 (0919838)
@@ -7,8 +7,10 @@
       %span.label<>
         = term[:target_language]
       = term[:target_term]
-      %i.icon-pencil
-        %span= term[:note]
+      - unless term[:note].empty?
+        %span.label<>
+          = "note"
+        = term[:note]
     .span2.property
       - if github_project?(term[:glossary_name])
         %p.githubProject
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



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