removes close button from alert for no-logged user
This commit is contained in:
@@ -13,8 +13,7 @@
|
||||
<% else %>
|
||||
<br>
|
||||
|
||||
<div data-alert class="alert-box radius info">
|
||||
<a href="#" class="close">×</a>
|
||||
<div class="alert-box radius info">
|
||||
<%= t("debates.show.login_to_comment",
|
||||
signin: link_to(t("votes.signin"), new_user_session_path),
|
||||
signup: link_to(t("votes.signup"), new_user_registration_path)).html_safe %>
|
||||
|
||||
Reference in New Issue
Block a user