mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-06 01:08:21 +01:00
[bug] return to the home page when clicking ⟵ on machines/show
This commit is contained in:
parent
10aaf0042c
commit
3a741e79e6
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
- Fix a bug: unable to filter by multiple user IDs in OpenAPI
|
- Fix a bug: unable to filter by multiple user IDs in OpenAPI
|
||||||
- Fix a bug: do not display two empty categories in the plan creation form
|
- Fix a bug: do not display two empty categories in the plan creation form
|
||||||
|
- Fix a bug: do not return to the home page when clicking on previous in the machine description page
|
||||||
- Tests for OpenAPI user trainings
|
- Tests for OpenAPI user trainings
|
||||||
- [TODO DEPLOY] `rails db:seed`
|
- [TODO DEPLOY] `rails db:seed`
|
||||||
- [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet`
|
- [TODO DEPLOY] `rails fablab:maintenance:rebuild_stylesheet`
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<div class="row no-gutter">
|
<div class="row no-gutter">
|
||||||
<div class="col-xs-2 col-sm-2 col-md-1">
|
<div class="col-xs-2 col-sm-2 col-md-1">
|
||||||
<section class="heading-btn">
|
<section class="heading-btn">
|
||||||
<a href="#" ng-click="cancel($event)"><i class="fas fa-long-arrow-alt-left "></i></a>
|
<a ng-click="cancel($event)"><i class="fas fa-long-arrow-alt-left "></i></a>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-10 col-sm-10 col-md-7 b-l b-r-md">
|
<div class="col-xs-10 col-sm-10 col-md-7 b-l b-r-md">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user