Sha256: 94908ae674f3b636dbd09d6240ea6375f99689eb5115792319e65925cce74d7e
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
<%= form_for([@script_author.listing, @script_author], url: form_url) 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
3 entries across 3 versions & 1 rubygems