diff --git a/app/views/my_modules/_state_buttons.html.erb b/app/views/my_modules/_state_buttons.html.erb index 756c82c02..b4788f7b1 100644 --- a/app/views/my_modules/_state_buttons.html.erb +++ b/app/views/my_modules/_state_buttons.html.erb @@ -1,16 +1,20 @@ -
- <% if !@my_module.completed? %> -
- -
- <% else @my_module.completed? %> -
- -
- <% end %> -
- +
+
+ <% if !@my_module.completed? %> +
+ +
+ <% else @my_module.completed? %> +
+ +
+ <% end %> +
+ +
\ No newline at end of file