diff --git a/app/views/admin_panel/_signup_welcome_screen.html.erb b/app/views/admin_panel/_signup_welcome_screen.html.erb index 6c1cb7b..0855ebb 100644 --- a/app/views/admin_panel/_signup_welcome_screen.html.erb +++ b/app/views/admin_panel/_signup_welcome_screen.html.erb @@ -5,7 +5,7 @@
<%= render :file => 'home/welcome' %> diff --git a/app/views/templates/index.html.erb b/app/views/templates/index.html.erb index 2556c74..f88ff57 100644 --- a/app/views/templates/index.html.erb +++ b/app/views/templates/index.html.erb @@ -10,14 +10,27 @@
<%= _('Template') %> | +<%= _('Actions') %> | +
---|---|
+ <%#= image_tag "icons-app/#{kind}-icon.png" %> + <%= link_to(template.name, {:controller => 'profile_editor', :profile => template.identifier}, :title => _('Edit template "%s"') % template.name ) %> + | ++ <%= button_without_text 'edit', _('Edit settings'), {:controller => 'profile_editor', :profile => template.identifier, :action => 'edit'} %> + <%= button_without_text 'welcome-page', _('Edit welcome page'), {:controller => 'profile_editor', :profile => template.identifier, :action => 'welcome_page'} %> + <%= button_without_text 'blocks', _('Edit sideblocks'), {:controller => 'profile_design', :profile => template.identifier, :action => 'index'} %> + <%= button_without_text 'appearance', _('Edit appearance'), {:controller => 'profile_themes', :profile => template.identifier, :action => 'index'} %> + <%= button_without_text 'header-footer', _('Edit header/footer'), {:controller => 'profile_editor', :profile => template.identifier, :action => 'header_footer'} %> + | +