Changeset 1619
- Timestamp:
- 01/09/08 08:40:29 (4 months ago)
- Files:
-
- trunk/app/views/admin/dashboard/index.html.erb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/app/views/admin/dashboard/index.html.erb
r1560 r1619 9 9 <%= content_tag :li, link_to(_("Update your profile or change your password"), 10 10 :controller => 'users', :action => 'edit', :id => session[:user_id]) -%> 11 <%= content_tag :li, link_to(_("Change you blog presentation"), :controller => 'themes') -%>11 <%= content_tag :li, link_to(_("Change your blog presentation"), :controller => 'themes') -%> 12 12 <%= content_tag :li, link_to(_("Enable plugins"), :controller => 'sidebar') -%> 13 13 </ul>
