Sha256: ff3acbb8eeb70866deb72c2eb0eec40112199b3bd9970ca60e2914933e631d63
Contents?: true
Size: 1.21 KB
Versions: 38
Compression:
Stored size: 1.21 KB
Contents
<%= form_for([@scriptcdn_author.main, @scriptcdn_author], url: scriptcdn_main_author_path, method: :patch) do |f| %> <%= render 'phcnotifi/validations', :object => @scriptcdn_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" %> <%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authortwitter, "Author Twitter" %> <%= f.text_field :authortwitter, placeholder: "Author Twitter", class: "form-control" %> </div> <div class="actions"> <%= f.submit class: "btn blue-hoki" %> </div> <% end %>
Version data entries
38 entries across 38 versions & 2 rubygems