diff --git a/app/views/my_modules/repository.html.erb b/app/views/my_modules/repository.html.erb index e4413cec9..8ba965f98 100644 --- a/app/views/my_modules/repository.html.erb +++ b/app/views/my_modules/repository.html.erb @@ -18,7 +18,7 @@
-
- - <%= sanitize_input(flash[:success]) %> - + <%= sanitize_input(flash[:success]) %> + <% end %> <% if notice %>
-
- - <%= notice %> -
+ <%= notice %> +
<% end %> <% if alert and !alert.empty? or flash[:error]%>
-
- - <%= alert || sanitize_input(flash[:error]) %> -
+ <%= alert || sanitize_input(flash[:error]) %> +
<% end %>