fixed checkout and start in personal plugin
This commit is contained in:
parent
1b12412596
commit
5f2c669568
|
@ -11,7 +11,7 @@ module Panel::PersonalConference::Desktop::ConferencePagesHelper
|
|||
|
||||
def marker
|
||||
content_tag :div,
|
||||
:class => "list_item_action"
|
||||
:class => "list_item_action" do
|
||||
content_tag(:a, "",:href=>"",
|
||||
:class => "icon-check-empty",
|
||||
"toggle-onclick"=>"icon-check-empty icon-check",
|
||||
|
@ -20,6 +20,7 @@ module Panel::PersonalConference::Desktop::ConferencePagesHelper
|
|||
:class => "icon-star-empty",
|
||||
"toggle-onclick"=>"icon-star-empty icon-star",
|
||||
"ajax-remote"=>"false")
|
||||
end
|
||||
end
|
||||
|
||||
def content publication, view
|
||||
|
|
|
@ -11,7 +11,7 @@ module Panel::PersonalJournal::Desktop::JournalPagesHelper
|
|||
|
||||
def marker
|
||||
content_tag :div,
|
||||
:class => "list_item_action"
|
||||
:class => "list_item_action" do
|
||||
content_tag(:a, "",:href=>"",
|
||||
:class => "icon-check-empty",
|
||||
"toggle-onclick"=>"icon-check-empty icon-check",
|
||||
|
@ -20,6 +20,7 @@ module Panel::PersonalJournal::Desktop::JournalPagesHelper
|
|||
:class => "icon-star-empty",
|
||||
"toggle-onclick"=>"icon-star-empty icon-star",
|
||||
"ajax-remote"=>"false")
|
||||
end
|
||||
end
|
||||
|
||||
def content publication, view
|
||||
|
|
Loading…
Reference in New Issue