fixed checkout and start in personal plugin

This commit is contained in:
Rueshyna 2013-03-14 17:43:29 +08:00 committed by Matt K. Fu
parent 1b12412596
commit 5f2c669568
2 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ module Panel::PersonalConference::Desktop::ConferencePagesHelper
def marker def marker
content_tag :div, content_tag :div,
:class => "list_item_action" :class => "list_item_action" do
content_tag(:a, "",:href=>"", content_tag(:a, "",:href=>"",
:class => "icon-check-empty", :class => "icon-check-empty",
"toggle-onclick"=>"icon-check-empty icon-check", "toggle-onclick"=>"icon-check-empty icon-check",
@ -20,6 +20,7 @@ module Panel::PersonalConference::Desktop::ConferencePagesHelper
:class => "icon-star-empty", :class => "icon-star-empty",
"toggle-onclick"=>"icon-star-empty icon-star", "toggle-onclick"=>"icon-star-empty icon-star",
"ajax-remote"=>"false") "ajax-remote"=>"false")
end
end end
def content publication, view def content publication, view

View File

@ -11,7 +11,7 @@ module Panel::PersonalJournal::Desktop::JournalPagesHelper
def marker def marker
content_tag :div, content_tag :div,
:class => "list_item_action" :class => "list_item_action" do
content_tag(:a, "",:href=>"", content_tag(:a, "",:href=>"",
:class => "icon-check-empty", :class => "icon-check-empty",
"toggle-onclick"=>"icon-check-empty icon-check", "toggle-onclick"=>"icon-check-empty icon-check",
@ -20,6 +20,7 @@ module Panel::PersonalJournal::Desktop::JournalPagesHelper
:class => "icon-star-empty", :class => "icon-star-empty",
"toggle-onclick"=>"icon-star-empty icon-star", "toggle-onclick"=>"icon-star-empty icon-star",
"ajax-remote"=>"false") "ajax-remote"=>"false")
end
end end
def content publication, view def content publication, view