Sha256: 0a0d6baad9175c167bfc6ebb482f147171aa74218ddb4ebaef41f78209e5818b
Contents?: true
Size: 1.17 KB
Versions: 34
Compression:
Stored size: 1.17 KB
Contents
<%= form_for([@scriptcdn_author.main, @scriptcdn_author], url: scriptcdn_main_authors_path) 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
34 entries across 34 versions & 1 rubygems