Sha256: 2b383a96194da598e9cb1b8c86ac99909ca3eb996b1eccbdede2e32322f0a6bd
Contents?: true
Size: 853 Bytes
Versions: 2
Compression:
Stored size: 853 Bytes
Contents
<div class='dashboard-left ui-accordion ui-widget ui-helper-reset ui-accordion-icons'> <h3 class='ui-accordion-header ui-helper-reset ui-state-active ui-corner-top'> <span class='ui-icon ui-icon-person'> </span> <%= _("Welcome back, %s!" ,current_user.name ) -%> </h3> <div class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'> <p><%= _("%d articles and %d comments were posted since your last connexion", @newposts, @newcomments) %></p> <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> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
typo-5.5 | app/views/admin/dashboard/_welcome.html.erb |
typo-5.4.4 | app/views/admin/dashboard/_welcome.html.erb |