Sha256: 8e0a24512692d14537f4717a2194de8b0fdae2f5cb9f7f53ba3b9350b8fe450e
Contents?: true
Size: 1.18 KB
Versions: 33
Compression:
Stored size: 1.18 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, "First Name" %> <%= f.text_field :authorfirstname, placeholder: "Author First Name", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authorlastname, "Last Name" %> <%= f.text_field :authorlastname, placeholder: "Author Last Name", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authoremail, "Last Name" %> <%= f.text_field :authoremail, placeholder: "Author Email", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authorgithub, "Last Name" %> <%= f.text_field :authorgithub, placeholder: "Author Github", class: "form-control" %> </div> <div class="form-group field_with_error"> <%= f.label :authortwitter, "Last Name" %> <%= 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
33 entries across 33 versions & 1 rubygems