Commit b3806ad264168246ec1ccfaf80723371e6669f79
1 parent
2f737f2c
Exists in
master
and in
28 other branches
Adding name config for templates
Showing
6 changed files
with
9 additions
and
1 deletions
Show diff stats
app/models/layout_template.rb
app/views/themes/index.rhtml
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | "/designs/templates/#{template.id}/thumbnail.png", |
13 | 13 | :alt => _('The "%s" template')) + |
14 | 14 | '<div class="opt-info">'.html_safe + |
15 | - content_tag('strong', template.id, :class => 'name') + | |
15 | + content_tag('strong', template.name, :class => 'name') + | |
16 | 16 | ' <br/> '.html_safe |
17 | 17 | |
18 | 18 | if @current_template == template.id # selected | ... | ... |
public/designs/templates/2leftbars/config.yml
public/designs/templates/default/config.yml
public/designs/templates/leftbar/config.yml
public/designs/templates/rightbar/config.yml