Sha256: 7b25b7c47274d4093159ecbb748ff2aca4802b523501ceeebd07b05d4ca7d182

Contents?: true

Size: 553 Bytes

Versions: 18

Compression:

Stored size: 553 Bytes

Contents

<%= render partial: "projects/header", locals: {project: @project, subtitle: format_release_date(@release.date)} %>

<% if params[:recreate] %>
  <%= link_to "Cancel", edit_release_path(@release), :class => "btn" %>
<% else %>
  <%= link_to "Recreate", edit_release_path(@release, :recreate => true), :class => "btn" %>
<% end %>

<%= render partial: "form" %>

<% content_for :javascripts do %>
<script type="text/javascript">
  $(function() {
    App.NewReleaseForm.init({
      tickets: <%= raw @tickets.to_json %>,
    });
  });
</script>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
houston-core-0.8.0.pre app/views/releases/edit.html.erb
houston-core-0.7.0 app/views/releases/edit.html.erb
houston-core-0.7.0.beta4 app/views/releases/edit.html.erb
houston-core-0.7.0.beta3 app/views/releases/edit.html.erb
houston-core-0.7.0.beta2 app/views/releases/edit.html.erb
houston-core-0.7.0.beta app/views/releases/edit.html.erb
houston-core-0.6.3 app/views/releases/edit.html.erb
houston-core-0.6.2 app/views/releases/edit.html.erb
houston-core-0.6.1 app/views/releases/edit.html.erb
houston-core-0.6.0 app/views/releases/edit.html.erb
houston-core-0.5.6 app/views/releases/edit.html.erb
houston-core-0.5.5 app/views/releases/edit.html.erb
houston-core-0.5.4 app/views/releases/edit.html.erb
houston-core-0.5.3 app/views/releases/edit.html.erb
houston-core-0.5.2 app/views/releases/edit.html.erb
houston-core-0.5.1 app/views/releases/edit.html.erb
houston-core-0.5.0 app/views/releases/edit.html.erb
houston-core-0.5.0.beta1 app/views/releases/edit.html.erb