Sha256: 4a61ef3ac1d04666f78204b8c1ed289d2b3c300d5cd8366d456051cc58dd8011

Contents?: true

Size: 480 Bytes

Versions: 6

Compression:

Stored size: 480 Bytes

Contents

<div class="dashboard-small">
  <h3><%= _("System information") %></h3>
  <ul> 
    <li>You're running Typo <%= TYPO_VERSION %></li>
  </ul>
  <h3><%= _("Statistics") %></h3>
  <ul> 
    <li <%= alternate_class %>>Total posts : <%= @statposts %></li>
    <li <%= alternate_class %>>Your posts : <%= @statuserposts %></li>
    <li <%= alternate_class %>>Total comments : <%= @statcomments %></li>
    <li <%= alternate_class %>>Spam comments : <%= @statspam %></li>
  </ul>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 app/views/admin/dashboard/_sysinfo.html.erb
typo-5.0.3.98 app/views/admin/dashboard/_sysinfo.html.erb
typo-5.1.1 app/views/admin/dashboard/_sysinfo.html.erb
typo-5.1.2 app/views/admin/dashboard/_sysinfo.html.erb
typo-5.1.3 app/views/admin/dashboard/_sysinfo.html.erb
typo-5.1 app/views/admin/dashboard/_sysinfo.html.erb