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
|
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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue