Commit 5a38021285bf65f7ba71c01b099f1b083f8b4e14
1 parent
d2dbf2b3
Exists in
sisp_simple_version
Remove general_info_tab of sisp
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com>
Showing
2 changed files
with
0 additions
and
4 deletions
Show diff stats
src/noosfero-spb/software_communities/views/blocks/sisp/_general_info_tab.html.erb
src/noosfero-spb/software_communities/views/blocks/sisp_tab_data.html.erb
... | ... | @@ -4,7 +4,6 @@ |
4 | 4 | <div id="block-community-tabs"> |
5 | 5 | <% tabs = [] %> |
6 | 6 | <% tabs << {:title => "Sobre o Software", :id => 'about-sisp-tab', :content => (render partial: "blocks/sisp/about_tab", :locals => {block: block})} %> |
7 | - <% tabs << {:title => "Informações Gerais", :id => 'sisp-general-info-tab', :content => (render partial: "blocks/sisp/general_info_tab", :locals => {block: block})} %> | |
8 | 7 | <% tabs << {:title => "Informações Complementares", :id => 'sisp-more-info-tab', :content => (render partial: "blocks/sisp/more_info_tab", :locals => {block: block})} %> |
9 | 8 | |
10 | 9 | <%= render_tabs(tabs) %> | ... | ... |