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/articles / views / articles / admin / create.haml
Size: Mime:
!= Form::start('/articles/insert', new Evsmash\Articles\Article);
!= Form::text('name')
!= Form::select('type_id')->options(Element::flat(new Evsmash\Articles\ArticlesType, true))
!= Form::button('Create & back')->addClass('btn-success')
!= Form::button('Create & edit', 'edit')
!= Form::button('Create & create next', 'create')
!= Form::end()