Commit 5509ef560de44feff41de620fd89e003680f5421
1 parent
acd7af5d
Exists in
master
and in
5 other branches
fix software creation steps bug
Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
Showing
2 changed files
with
2 additions
and
3 deletions
Show diff stats
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 | <h3><%= _("Step 2/2 - Software Community Configuration")%></h3> | 2 | <h3><%= _("Step 2/2 - Software Community Configuration")%></h3> |
3 | </div> | 3 | </div> |
4 | \ No newline at end of file | 4 | \ No newline at end of file |
views/mpog_software_plugin_myprofile/new_software.html.erb
1 | -<%= javascript_include_tag "mpog-validations" %> | ||
2 | <%= stylesheet_link_tag('plugins/mpog_software/mpog-software') %> | 1 | <%= stylesheet_link_tag('plugins/mpog_software/mpog-software') %> |
3 | 2 | ||
4 | -<div id="software_creation_step"> | 3 | +<div class="software-step-info"> |
5 | <h3><%= _("Step 1/2 - Software Creation")%></h3> | 4 | <h3><%= _("Step 1/2 - Software Creation")%></h3> |
6 | </div> | 5 | </div> |
7 | 6 |