Skip to content

Commit

Permalink
perf: add project ID to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaixhin committed Oct 29, 2015
1 parent b8809e5 commit 2b46119
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ block content
thead
tr
th
th ID
th Name
th Experiment
th Optimisation
th Hyperparamater Optimisation
th Results
tbody
- each project in projects
tr
th
button.btn.btn-danger-outline.btn-sm.delete(data-type="projects", data-id="#{project._id}", type="button") #[span.octicon.octicon-trashcan]
th #{project._id}
th #{project.name}
th
a(href="/projects/" + project._id)
Expand Down

0 comments on commit 2b46119

Please sign in to comment.