Sha256: 1b1fff92e9678b1c9d1f41186c672b4828a954183f1e3e35b410dfdfdc00974b
Contents?: true
Size: 237 Bytes
Versions: 4
Compression:
Stored size: 237 Bytes
Contents
<%% form_tag project_simple_builds_path(@project), :method => :post do %> <%%= text_area_tag('build', SimpleBuildConf.new(@project.slug).build , :style => 'width: 100%; min-height: 300px;') %> <%%= submit_tag 'Update build' %> <%% end %>
Version data entries
4 entries across 4 versions & 1 rubygems