|
@@ -572,11 +572,7 @@ showWidget: aWidget
|
|
renderBindingActionFor: aBinding on: html
|
|
renderBindingActionFor: aBinding on: html
|
|
html span class: 'command'; with: [
|
|
html span class: 'command'; with: [
|
|
html strong
|
|
html strong
|
|
-<<<<<<< Updated upstream
|
|
|
|
- class: 'pull-right';
|
|
|
|
-=======
|
|
|
|
class: 'label';
|
|
class: 'label';
|
|
->>>>>>> Stashed changes
|
|
|
|
with: aBinding shortcut asLowercase.
|
|
with: aBinding shortcut asLowercase.
|
|
html a
|
|
html a
|
|
class: 'action';
|
|
class: 'action';
|