Sha256: 2df8416db744840ac00f9c070ccc5fbe81f8d9f0457585429bda1f121847e3c3

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

<div class='ui-widget ui-widget ui-helper-reset' >
  <div class='ui-state-highlight ui-corner-all' style='padding: 0pt 0.7em;'>
    <p>
      <span class='ui-icon ui-icon-info' style='float: left; margin-right: 0.3em;'></span>
       <%= _("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 => 'pages', :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>

    <p>
      If you need help, <a href="http://typosphere.org">read our documentation</a>. You can also browse our
      <a href="http://typogarden.org">theme catalogue</a>
      or <a href='http://plugins.typosphere.org'>download some plugins</a> to customize your Typo blog.
    </p>
  </div>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/dashboard/_overview.html.erb