Sha256: 8e965da77d4f2d97c6656bd6a71d3c73602375519a63dc77997472d97e1d5484

Contents?: true

Size: 377 Bytes

Versions: 4

Compression:

Stored size: 377 Bytes

Contents

<div class="bordered">
  <h3><%= _("About your blog") %></h3>

  <p><%= _("You're running Typo %s", TYPO_VERSION) %></p>
  <ul> 
    <li> <%= _("Total posts : %d", @statposts) %></li>
    <li> <%= _("Your posts : %d" , @statuserposts) %></li>
    <li> <%= _("Total comments : %d" , @statcomments) %></li>
    <li> <%= _("Spam comments : %d" , @statspam) %></li>
  </ul>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.4.3 app/views/admin/dashboard/_sysinfo.html.erb
typo-5.4.2 app/views/admin/dashboard/_sysinfo.html.erb
typo-5.4.1 app/views/admin/dashboard/_sysinfo.html.erb
typo-5.4 app/views/admin/dashboard/_sysinfo.html.erb