Commit 5509ef560de44feff41de620fd89e003680f5421

Authored by Fabio Teixeira
1 parent acd7af5d

fix software creation steps bug

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Signed-off-by: Parley Martins <parley@outlook.com>
views/first_edit_software_community_extras.html.erb
1   -<div id="software_creation_step">
  1 +<div class="software-step-info" id="software_creation_step">
2 2 <h3><%= _("Step 2/2 - Software Community Configuration")%></h3>
3 3 </div>
4 4 \ No newline at end of file
... ...
views/mpog_software_plugin_myprofile/new_software.html.erb
1   -<%= javascript_include_tag "mpog-validations" %>
2 1 <%= stylesheet_link_tag('plugins/mpog_software/mpog-software') %>
3 2  
4   -<div id="software_creation_step">
  3 +<div class="software-step-info">
5 4 <h3><%= _("Step 1/2 - Software Creation")%></h3>
6 5 </div>
7 6  
... ...