Skip to content

Commit

Permalink
Changed Other IDEs to Netbeans
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Apr 8, 2014
1 parent 21437ba commit bbf9bd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/webapp/download.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="#" class="btn btn-middle disabled"><span>Download for IntelliJ</span></a>
</p>
<p>
<a href="#" class="btn btn-middle disabled"><span>Download for Other IDE</span></a>
<a href="#" class="btn btn-middle disabled"><span>Download for Netbeans</span></a>
</p>
</div>
<div class="col-sm-4">
Expand Down
4 changes: 2 additions & 2 deletions src/main/webapp/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@
</div>
<ul>
<li><a href="#" class="btn btn-gray"><span>Eclipse</span></a></li>
<li><a href="#" class="btn btn-gray"><span>IntelliJ</span></a></li>
<li><a href="#" class="btn btn-gray"><span>Other IDE</span></a></li>
<li><a href="#" class="btn btn-gray disabled"><span>IntelliJ</span></a></li>
<li><a href="#" class="btn btn-gray disabled"><span>Netbeans</span></a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit bbf9bd2

Please sign in to comment.