OSDN Git Service

t#32046:
[pettanr/pettanr.git] / app / helpers / application_helper.rb
index e1eb266..c5a6899 100644 (file)
@@ -46,6 +46,26 @@ module ApplicationHelper
     icon_tag :ScrollPanel, opt
   end
   
+  def comic_icon opt = {}
+    icon_tag :Comic, opt
+  end
+  
+  def story_icon opt = {}
+    icon_tag :Story, opt
+  end
+  
+  def story_sheet_icon opt = {}
+    icon_tag :StorySheet, opt
+  end
+  
+  def sheet_icon opt = {}
+    icon_tag :Sheet, opt
+  end
+  
+  def sheet_panel_icon opt = {}
+    icon_tag :Sheet, opt
+  end
+  
   def panel_icon opt = {}
     icon_tag :Panel, opt
   end