Sha256: bbc30501d25190c458a62a6238960c7b2feff93893b1819045d5f35988a16ada
Contents?: true
Size: 1.2 KB
Versions: 38
Compression:
Stored size: 1.2 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, "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