%= replace_plugin_html('server:simple-header') do %> "> <%- if application_logo_url.present? %> <%- if application_logo_dark_url.present? %> <%- end %> <%- else %> <%= SiteSetting.title %> <%- end %> <%- unless current_user || local_assigns[:hide_auth_buttons] %> <%- if can_sign_up? %> " class='btn btn-primary btn-small sign-up-button'><%= I18n.t('sign_up') %> <%- end %> " class='btn btn-primary btn-small login-button btn-icon-text'><%= SvgSprite.raw_svg('fa-user') %><%= I18n.t('log_in') %> <%- end %> <% end %>