From 3d7f09bde69238bf9ee3f5c94ddeba03153e0089 Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Tue, 28 Feb 2017 14:35:12 +0100 Subject: [PATCH] Fix protocol state buttons a bit Closes SCI-1073. --- app/views/my_modules/_state_buttons.html.erb | 36 +++++++++++--------- 1 file changed, 20 insertions(+), 16 deletions(-) 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