Skip to content

Commit

Permalink
Merge pull request #2970 from Saiyanomaly/master
Browse files Browse the repository at this point in the history
Javascript Exercise Page Changes
  • Loading branch information
Katrina Owen committed Jul 19, 2016
2 parents ff0b1eb + 91c2e2d commit 99259a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions app/views/languages/language.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<li>
<a data-toggle="tab" href="#exercises">Available Exercises</a>
</li>

<li>
<a data-toggle="tab" href="#installing">Installing <%= track.language %></a>
</li>
</li>

<li>
<a data-toggle="tab" href="#tests">Running the Tests</a>
Expand Down Expand Up @@ -112,9 +112,7 @@
<h5>
<button class="btn btn-default" data-toggle="collapse" data-target="#<%= problem.slug %>" aria-expanded="false" aria-controls="<%= problem.slug %>">
<%= problem.name %>
<b class="caret fuchsia">
&nbsp;
</b>
<b class="caret fuchsia"></b>
</button>
</h5>

Expand Down
2 changes: 1 addition & 1 deletion public/css/application.css

Large diffs are not rendered by default.

0 comments on commit 99259a1

Please sign in to comment.