Development (#251)
* Fixed fonts * Fixed assets * Fixed logo in emails * Switched to immediate email delivery * Fixed prod emails and added deployment tasks * Fixed deployments * Updated README * Added Bike Collectives Core to README * Fixed issue with map loading * Fixed issue with map loading * Added map JSON data to assets precompilation * Fixed error sending to conference administrators * Let error report signature wrap * Fixed backtrace in error reports * Fixed backtrace in error reports * Moved pronoun heading to make it more obvoius I moved the "Pronoun" heading directly above the input field. It turned out that a lot of users were entering "He or "She" in the name field, I believe that was because of the placement of the "Pronoun" heading. I also needed to remove the optional warning but I'm hoping that won't cause problems. * Added an error message when no email address is used on login * Fixed select guest table * Added house rules to housing admin and review * Edit workshop locale warning * Fixed workshop translation saving + ordered guests
This commit is contained in:
@@ -91,3 +91,4 @@
|
||||
= javascripts
|
||||
= inline_scripts
|
||||
= emit_js_translations
|
||||
=# javascript_include_tag :jsreader
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
= row(class: 'inner-nav') do
|
||||
= columns(medium: 3) do
|
||||
- protect do
|
||||
= link_to home_path, :class => 'logo' do
|
||||
= link_to home_path, class: :logo do
|
||||
= svg 'logo', (_!'Bike Bike')
|
||||
= svg 'logo-text', (_!'Bike Bike')
|
||||
= off_screen _!'Bike Bike'
|
||||
@@ -22,4 +22,3 @@
|
||||
%a{href: url, lang: locale, title: translation_text}
|
||||
%span{aria: {hidden: :true}}=_!locale
|
||||
= off_screen translation_text
|
||||
|
||||
Reference in New Issue
Block a user