Sha256: 5e62d758438fa80fe83231a3bfd38baa8422f4718401c6fa2913b99bc368b3ca

Contents?: true

Size: 578 Bytes

Versions: 9

Compression:

Stored size: 578 Bytes

Contents

<% content_for :scripts do %>
	<%= javascript_include_tag "adminpanel/analytics/raphael-min.js" %>
	<%= javascript_include_tag "adminpanel/analytics/popup.js" %>
	<%= javascript_include_tag "adminpanel/analytics/analytics.js" %>
<% end %>
<div class="row-fluid">
	<div class="widget widget-padding span12">
		<div class="widget-header">
			<i class="icon-bar-chart"></i><h5>Estadísticas del Sitio</h5>
		</div>
		<%= content_tag "div", :id => "graphic-container", :class => "widget-body", :data => { :visits => @visits, :dates => @visitDates } do %>
		<% end %>
	</div>
</div>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
adminpanel-1.2.7 app/views/adminpanel/pages/index.html.erb
adminpanel-1.2.6 app/views/adminpanel/pages/index.html.erb
adminpanel-1.2.5 app/views/adminpanel/pages/index.html.erb
adminpanel-1.2.4 app/views/adminpanel/pages/index.html.erb
adminpanel-1.2.3 app/views/adminpanel/pages/index.html.erb
adminpanel-1.2.2 app/views/adminpanel/pages/index.html.erb
adminpanel-1.2.1 app/views/adminpanel/pages/index.html.erb
adminpanel-1.2.0 app/views/adminpanel/pages/index.html.erb
adminpanel-1.1.0 app/views/adminpanel/pages/index.html.erb