diff --git a/app/views/enterprise_validation/index.rhtml b/app/views/enterprise_validation/index.rhtml index f461305..90d3152 100644 --- a/app/views/enterprise_validation/index.rhtml +++ b/app/views/enterprise_validation/index.rhtml @@ -1,8 +1,8 @@
<%= __('Activate your enterprise') %>
<%= _("If you received a letter with information about your enterprise activation, add here the activation code that was sent.") %>
<%= environment.help_message_to_add_enterprise %>
- <%= labelled_form_field(__('Enterprise activation code') + ':', text_field_tag('enterprise_code')) %> + <%= labelled_form_field(__('Enterprise activation code') + ': ', text_field_tag('enterprise_code')) %> <%= submit_button(:ok, _('Activate')) %> <% end %> diff --git a/app/views/shared/user_menu.rhtml b/app/views/shared/user_menu.rhtml index 0b1df6b..bccbfd6 100644 --- a/app/views/shared/user_menu.rhtml +++ b/app/views/shared/user_menu.rhtml @@ -1,6 +1,4 @@ - <% button_bar do %> -- libgit2 0.21.2