Skip to content

Commit

Permalink
Add button class
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Eggert committed Jun 5, 2014
1 parent 595f7c2 commit 8ba9a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h4>Test Procedure:</h4>
<% }); %>
</ol>
<h4>Test File(s):</h4>
<p><a target="thetest" href="<%= t.testFile %>">Open test page <span class="icon-new-window"><span class="visuallyhidden">in a new window</span></span></a></p>
<p><a class="btn" target="thetest" href="<%= t.testFile %>">Open test page <span class="icon-new-window"><span class="visuallyhidden">in a new window</span></span></a></p>
<h4>Test Question:</h4>
<p><%= t.testProcedure.yesNoQuestion %></p>
<h4>Expected Result:</h4>
Expand Down

0 comments on commit 8ba9a24

Please sign in to comment.