Commit afe78e844ee9d3bc5d7426938462fee238eddcdc
1 parent
cef98b5a
Exists in
master
and in
41 other branches
Adjusts classes and id's in css and change minor style bugs
Signed-off-by: Dylan Guedes <djmgguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
Showing
2 changed files
with
6 additions
and
2 deletions
Show diff stats
src/noosfero-spb/noosfero-spb-theme/css/sisp.css
src/noosfero-spb/software_communities/views/blocks/sisp/_about_tab.html.erb
... | ... | @@ -25,7 +25,7 @@ |
25 | 25 | <div class="software-responsible software-sisp"> |
26 | 26 | <h2>Identificação do responsável no órgão para contato posterior</h2> |
27 | 27 | <p><span>Cargo/Função:</span> <%= block.owner.software_info.responsible["Cargo/Função"].presence || "--" %></p> |
28 | - <p><span>E-mail:</span><a> <%= block.owner.software_info.responsible["E-mail"].presence || "--" %></a></p> | |
28 | + <p><span>E-mail:</span><a href="mailto:<%= block.owner.software_info.responsible["E-mail"] %>"> <%= block.owner.software_info.responsible["E-mail"].presence %></a></p> | |
29 | 29 | <p><span>Nome:</span> <%= block.owner.software_info.responsible["Nome"].presence || "--" %></p> |
30 | 30 | <p><span>Responsável pelo cadastro:</span> <%= block.owner.software_info.responsible["Responsável pelo cadastro"].presence || "--" %></p> |
31 | 31 | <p><span>Telefone:</span> <%= block.owner.software_info.responsible["Telefone"].presence || "--" %></p> | ... | ... |