1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00

Merge branch 'monthly-payment' into staging

This commit is contained in:
Sylvain 2021-02-22 10:20:01 +01:00
commit c174d895c2
3 changed files with 15 additions and 6 deletions

View File

@ -7,11 +7,12 @@
- Architecture documentation
- Improved coupon creation/deletion workflow
- Default texts for the login modal
- Updated caniuse to 1.0.30001191
- Fix a bug: unable to access embedded plan views
- Fix a bug: warning message overflow in credit wallet modal
- Fix a bug: when using a cash coupon, the amount shown in the statistics is invalid
- Fix a bug: unable to create a coupon on stripe
- Fix a bug: no notifications for refunds generated on wallet credit
- Fix a bug: no notifications for refunds generated on wallet credit
- [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet`
- [TODO DEPLOY] `rails fablab:stripe:set_product_id`
- [TODO DEPLOY] `rails fablab:setup:add_schedule_reference`

View File

@ -23,9 +23,17 @@
<tr>
<td align="center">
<% if CustomAsset.get_url('logo-file') %>
<a href="<%= root_url %>"><img src="<%= root_url + CustomAsset.get_url('logo-file') %>" alt="<%=fablab_name%>" width="140px;"></a>
<a href="<%= root_url %>">
<img src="<%= File.join(root_url, CustomAsset.get_url('logo-file')) %>"
alt="<%=fablab_name%>"
width="140px;" />
</a>
<% else %>
<a href="<%= root_url %>"><img src="<%= root_url + asset_pack_path('media/images/fabmanager-logo.png') %>" alt="<%=fablab_name%>" width="140px;"></a>
<a href="<%= root_url %>">
<img src="<%= File.join(root_url, asset_pack_path('media/images/fabmanager-logo.png')) %>"
alt="<%=fablab_name%>"
width="140px;" />
</a>
<% end %>
</td>
</tr>

View File

@ -2365,9 +2365,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000981, caniuse-lite@^1.0.30001109, caniuse-lite@^1.0.30001124:
version "1.0.30001124"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001124.tgz#5d9998190258e11630d674fc50ea8e579ae0ced2"
integrity sha512-zQW8V3CdND7GHRH6rxm6s59Ww4g/qGWTheoboW9nfeMg7sUoopIfKCcNZUjwYRCOrvereh3kwDpZj4VLQ7zGtA==
version "1.0.30001191"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001191.tgz"
integrity sha512-xJJqzyd+7GCJXkcoBiQ1GuxEiOBCLQ0aVW9HMekifZsAVGdj5eJ4mFB9fEhSHipq9IOk/QXFJUiIr9lZT+EsGw==
case-sensitive-paths-webpack-plugin@^2.3.0:
version "2.3.0"