Sha256: 790eb35de57cb446790d3dca9edfba615d182dbbf9809b63beea3bd2d1c29db3

Contents?: true

Size: 716 Bytes

Versions: 6

Compression:

Stored size: 716 Bytes

Contents

<div class="dashboard">
  <p> <%= _("This place gives you a quick overview of what happens on your Typo blog and what you can do. Maybe will you want to %s, %s or %s." , 
            link_to(_('write a post'), :controller => 'content', :action => 'new'), 
            link_to(_('write a page'), :controller => 'page', :action => 'new') , 
            link_to(_("update your profile or change your password"), :controller => 'users', :action => 'edit', :id => session[:user_id]) ) -%>.</p>
  <p> <%= _("You can also do a bit of design, %s or %s." ,
            link_to(_("change your blog presentation"), :controller => 'themes') , 
            link_to(_("enable plugins"), :controller => 'sidebar') ) -%></p>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

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