Commit bc734b350b5ab7fbd261000df821064f8f9be96a
1 parent
a5328a71
Exists in
master
and in
29 other branches
ActionItem856: hilighting "Tel:" and "e-Mail:"
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
script/release-v0.13.0-ecosol
... | ... | @@ -21,7 +21,7 @@ script/runner 'env = Environment.default; |
21 | 21 | echo 'Configurating template for active enterprises..' |
22 | 22 | script/runner 'env = Environment.default |
23 | 23 | template = env.enterprise_template |
24 | - template.custom_footer = "<div align=center>{address} {- zip_code}<br/>{city} {- state} {- country}<br/>{Tel: contact_phone} {e-Mail: contact_email}<br/></div>" | |
24 | + template.custom_footer = "<div align=center>{address} {- zip_code}<br/>{city} {- state} {- country}<br/>{<strong>Tel:</strong> contact_phone} {<strong>e-Mail:</strong> contact_email}<br/></div>" | |
25 | 25 | template.custom_header = "<div align=center><h1>{name}</h1><br/></div>" |
26 | 26 | template.articles.destroy_all |
27 | 27 | homepage = TinyMceArticle.create!(:name => "Início", :body => "Esta é a página inicial do seu empreendimento", :profile => template, :accept_comments => false) | ... | ... |