[logaling-commit] logaling/logaling-server [master] Add icon

Back to archive index

null+****@clear***** null+****@clear*****
Fri Jul 13 00:00:13 JST 2012


SHIMADA Koji	2012-07-13 00:00:13 +0900 (Fri, 13 Jul 2012)

  New Revision: 8bf0916e230ca9688212c0a3345205a62d344841
  https://github.com/logaling/logaling-server/commit/8bf0916e230ca9688212c0a3345205a62d344841

  Merged ba9eeff: Merge pull request #5 from logaling/show-terms-of-glossary

  Log:
    Add icon

  Modified files:
    app/views/github_projects/show.html.haml
    app/views/glossaries/show.html.haml

  Modified: app/views/github_projects/show.html.haml (+1 -0)
===================================================================
--- app/views/github_projects/show.html.haml    2012-07-12 23:56:34 +0900 (f32fa2e)
+++ app/views/github_projects/show.html.haml    2012-07-13 00:00:13 +0900 (d9909a8)
@@ -5,5 +5,6 @@
   %p= @github_project.remote_repository_url
   %p
     - @github_project.glossaries.each do |glossary|
+      %i.icon-folder-close
       - bilingual_pair = [glossary.source_language, glossary.target_language].join('-')
       = link_to bilingual_pair, github_project_glossary_path(:id => bilingual_pair, :github_project_id => @github_project)

  Modified: app/views/glossaries/show.html.haml (+1 -0)
===================================================================
--- app/views/glossaries/show.html.haml    2012-07-12 23:56:34 +0900 (7353f26)
+++ app/views/glossaries/show.html.haml    2012-07-13 00:00:13 +0900 (968bed4)
@@ -4,6 +4,7 @@
   %h2= @github_project.full_name
   %p= @github_project.remote_repository_url
   %p
+    %i.icon-folder-open
     = "%s-%s" % [@glossary.source_language, @glossary.target_language]
 
 -****@gloss***** do |term|
-------------- next part --------------
An HTML attachment was scrubbed...
下載 



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