Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
evsmash/items / views / items / admin / create.haml
Size: Mime:
!= Form::start('/items/insert', new Evsmash\Items\Item)
!= Form::text('name')
!= Form::select('type_id')->options(Element::flat(new Evsmash\Items\ItemsType, true))
!= Form::button('Create & back')->addClass('btn-success')
!= Form::button('Create & edit', 'edit')
!= Form::button('Create & create next', 'create')
!= Form::end()