Upgraded 7+ gems by rebuilding Gemfile.lock file; Removed blanks at end of lines in layouts file
This commit is contained in:
@@ -31,7 +31,12 @@
|
||||
</ul>
|
||||
<ul class="mini-nav">
|
||||
<li>
|
||||
<%= button_to "Visit Tutorial", "https://github.com/OWASP/railsgoat/wiki/tutorials", {:class => "btn", :method => "get"} %>
|
||||
<%= button_to "Visit Tutorial", nil,
|
||||
{
|
||||
:class => "btn",
|
||||
:method => "get",
|
||||
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki/tutorials', '_blank')"
|
||||
} %>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
@@ -55,11 +60,16 @@
|
||||
</ul>
|
||||
<ul class="mini-nav">
|
||||
<li>
|
||||
<%= button_to "Visit Tutorial", "https://github.com/OWASP/railsgoat/wiki/tutorials", {:class => "btn", :method => "get"} %>
|
||||
<%= button_to "Visit Tutorial", nil,
|
||||
{
|
||||
:class => "btn",
|
||||
:method => "get",
|
||||
:onclick => "window.open('https://github.com/OWASP/railsgoat/wiki/tutorials', '_blank')"
|
||||
} %>
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="modal_div" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myAlert" aria-hidden="true">
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user