2013-10-27 16:59:38 +00:00
|
|
|
<% if @partial %>
|
|
|
|
$("#pageslide .display-mode").html("<%= j render @partial %>")
|
|
|
|
<% else %>
|
|
|
|
$("#pageslide .display-mode").html('')
|
2013-12-12 04:49:20 +00:00
|
|
|
<% end %>
|
|
|
|
<% if @module_app.enable_page_data_count %>
|
|
|
|
$(".front_count").show()
|
|
|
|
<% else %>
|
|
|
|
$(".front_count").hide()
|
2013-10-27 16:59:38 +00:00
|
|
|
<% end %>
|