Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
finesse
pykat
Commits
b10bb46b
Commit
b10bb46b
authored
Aug 07, 2013
by
Daniel Brown
Browse files
adding hyperlink from history to test view
parent
db6227c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pykat/testing/web/templates/finesse_kat_history.html
View file @
b10bb46b
...
...
@@ -18,7 +18,7 @@
</thead>
{% for item in data%}
<tr>
<td>
{{item[0]}}
</td>
<td>
<a
href=
"/finesse/view/{{item[0]}}/"
>
{{item[0]}}
</a>
</td>
<td>
{{item[1]}}
</td>
<td>
{{item[2]}}
</td>
<td>
{{item[3]}}
</td>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment