Merge branch 'master' of https://github.com/OWASP/railsgoat
Conflicts: Gemfile.lock
This commit is contained in:
Executable → Regular
+4
-1
@@ -22,5 +22,8 @@ class DashboardController < ApplicationController
|
||||
@user = current_user
|
||||
render :partial => "layouts/dashboard/dashboard_stats"
|
||||
end
|
||||
|
||||
|
||||
def doc
|
||||
render "../../doc/" + params[:doc]
|
||||
end
|
||||
end
|
||||
|
||||
Executable → Regular
+3
-1
@@ -27,13 +27,15 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<center><b>Need help using this portal? Check out the <a href="doc?doc=README_FOR_APP">Readme</a></b></center>
|
||||
</div> <!-- end span12 -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
function makeActive(){
|
||||
|
||||
Reference in New Issue
Block a user