Changeset 9166 for branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates
- Timestamp:
- 01/15/13 15:50:53 (12 years ago)
- Location:
- branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Services.Optimization.Web/Views/Shared/EditorTemplates/DecimalMatrix.cshtml
r9062 r9166 19 19 </td> 20 20 } 21 <td><a class="delete-row" href="#">Delete</a></td> 22 <td><input type="submit" name="AddRow" value="Add Row"/></td> 21 <!-- TODO: Add unique identifier for algorithm / input parameters --> 22 <td>@Html.ActionLink("-", "DeleteRow", new { paramName = @Model.Name, id = @i }) </td> 23 <td>@Html.ActionLink("+", "AddRow", new { paramName = @Model.Name, id = @i }) </td> 23 24 </tr> 24 25 }
Note: See TracChangeset
for help on using the changeset viewer.