File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- from coffee .models import Flavor
2-
31from django_unicorn .components import UnicornView
2+ from example .coffee .models import Flavor
43
54
65class RowView (UnicornView ):
Original file line number Diff line number Diff line change 1- from coffee .models import Flavor
2-
31from django_unicorn .components import UnicornView
2+ from example .coffee .models import Flavor
43
54
65class TableView (UnicornView ):
Original file line number Diff line number Diff line change 6161 < button unicorn:click ="set_name('') "> set_name('')</ button >
6262 < button unicorn:click ="set_name('blob 2') "> set_name('blob 2')</ button >
6363 < button unicorn:click ="set_name('abc{}.def') "> set_name('abc{}.def')</ button >
64- < button unicorn:click ="name='howdy ' "> name='human'</ button >
64+ < button unicorn:click ="name='human ' "> name='human'</ button >
6565 < button unicorn:click ="set_name(name='test kwarg') "> set_name(name='test kwarg')</ button >
6666
6767 < br /> < br />
You can’t perform that action at this time.
0 commit comments