Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
fixed edit metadata button's icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Nov 16, 2008
1 parent c8a2f73 commit 7b9fdd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/pages/edit.html.erb
Expand Up @@ -2,7 +2,7 @@
<% content_for :sidebar do -%>
<%= link_to "Manage Pages", admin_pages_path, :class => 'button icon back' %>
<%= link_to "Edit Metadata", edit_admin_page_page_metadata_path(@page), :class => 'button icon pencil' %>
<%= link_to "Edit Metadata", edit_admin_page_page_metadata_path(@page), :class => 'button icon edit' %>
<br />
<% form_remote_tag :url => admin_page_path(@page),
:update => 'main',
Expand Down
3 changes: 2 additions & 1 deletion app/views/admin/site_settings/choose_theme.html.erb
@@ -1,7 +1,8 @@
<%= title "Choose a Theme" -%>
<% content_for :sidebar do -%>
<%= link_to "Site Settings", '/admin/site_settings', :class => 'button icon back' %>
<% if Admin::AnsuzThemesController -%>
<%= link_to "Install more themes", '/admin/ansuz_theme_installers', :class => 'button icon add' -%>
<%= link_to "Install more themes", '/admin/ansuz_theme_installers', :class => 'button icon add' %>
<% end -%>
<div class='note'>
Just click on a theme to set it as the active theme for the site. The currently-selected theme is highlighted.<br /><br />
Expand Down

0 comments on commit 7b9fdd0

Please sign in to comment.