Sha256: e0406d1de1b3cc76f5b6b97ff379f4e77ea140e0d560d0fef818f9fc933479ce
Contents?: true
Size: 1.17 KB
Versions: 47
Compression:
Stored size: 1.17 KB
Contents
<%= form_for(script_author) do |f| %> <%= render 'phcnotifi/validations', :object => @script_author %> <div class="form-group field_with_error"> <%= f.label :authorfirstname, "Author First Name" %> <%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authorlastname, "Author Last Name" %> <%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authorwebsite, "Author Website" %> <%= f.text_field :authorwebsite, placeholder: "Author Website", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authorgithub, "Author Github Address" %> <%= f.text_field :authorgithub, placeholder: "Author Github Address", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authortwitter, "Author Twitter Addresss" %> <%= f.text_field :authortwitter, placeholder: "Author Twitter Addresss", class: "form-control" %> </div> <div class="actions"> <%= f.submit class: "btn btn-primary" %> </div> <% end %>
Version data entries
47 entries across 47 versions & 2 rubygems