Sha256: aed061f982e1f4321b4c9d2eb31ea3066d40fcc57603b37ac0af1830bf1e603a
Contents?: true
Size: 507 Bytes
Versions: 1
Compression:
Stored size: 507 Bytes
Contents
<%= render 'table_view_template' %> <%= render 'column_view_template' %> <div class="pt_new"> <div class="pt_schema"> <% @schema.tables.each do |t| %> <%= render 'table', table: t %> <% end %> <div class="pt_new_table"> <a href="#">New Table</a> </div> </div> <div class="migration_file_view"> <%= render 'migration_file', migration: @migration %> </div> </div> <script type='text/javascript'> new Ponytail.Views.NewMigrationView({el: $(".pt_new")}); </script>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ponytail-0.3.0 | app/views/ponytail/migrations/new.html.erb |