Sha256: 57c2e1e5f14e41b4a7dafc5ef3c7a07badb990367a7218fc20494f0f308d2679
Contents?: true
Size: 927 Bytes
Versions: 1
Compression:
Stored size: 927 Bytes
Contents
<a href="<%= uri('/models/new') %>">New Model</a> <table class="table"> <tr> <th>getId()</th> <th>getKey()</th> <th>getName()</th> <th>getVersion()</th> <th>getMetaInfo()</th> <th>getDeploymentId()</th> <th>getCategory()</th> <th>getCreateTime()</th> <th>getLastUpdateTime()</th> <th>Modeler</th> <th>Deploy</th> </tr> <% for model in @models %> <tr> <td><%= model.getId() %></td> <td><%= model.getKey() %></td> <td><%= model.getName() %></td> <td><%= model.getVersion() %></td> <td><%= model.getMetaInfo() %></td> <td><%= model.getDeploymentId() %></td> <td><%= model.getCategory() %></td> <td><%= model.getCreateTime() %></td> <td><%= model.getLastUpdateTime() %></td> <td><a href="<%= uri("/modeler.html?modelId=#{model.getId()}") %>">Edit in Modeler</a></td> <td><a href="<%= uri("/models/#{model.getId()}/deploy") %>">Deploy</a></td> </tr> <% end %> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jruby_activiti-2.0.2 | web/views/models/index.erb |