File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed
Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1+ < div class ="button-list is-gutterless ">
2+ < a href ="javascript:void(0) "
3+ class ="button is-muted is-outlined is-icon-only js-save-draft "
4+ aria-label ="Save draft "
5+ title ="Save draft "
6+ role ="button ">
7+ < i class ="fas fa-save "> </ i >
8+ </ a >
9+ < a href ="javascript:void(0) "
10+ class ="button is-muted is-outlined is-icon-only js-delete-draft "
11+ aria-label ="Delete draft "
12+ title ="Delete draft "
13+ role ="button ">
14+ < i class ="fas fa-trash has-color-red "> </ i >
15+ </ a >
16+ </ div >
Original file line number Diff line number Diff line change 8181 </ div >
8282 </ div >
8383
84- < div class ="button-list is-gutterless ">
85- < a href ="javascript:void(0) " class ="button is-muted is-outlined is-icon-only js-save-draft " aria-label ="Save draft "
86- title ="Save draft " role ="button ">
87- < i class ="fas fa-save "> </ i >
88- </ a >
89- </ div >
84+ <%= render 'shared/draft_tools' %>
9085</ div >
You can’t perform that action at this time.
0 commit comments