-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mohanbabu
authored and
mohanbabu
committed
Aug 1, 2017
1 parent
678e482
commit 555ebc0
Showing
3 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ def index | |
end | ||
|
||
def show | ||
|
||
token = Setup.find_by_key("token").value | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
class Setup < ApplicationRecord | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,20 +18,25 @@ | |
<table class="table table-hover table-bordered"> | ||
<thead> | ||
<tr> | ||
<th>Firstname</th> | ||
<th>Lastname</th> | ||
<th>Email</th> | ||
<th>BuildPack Name</th> | ||
<th>Current Verion</th> | ||
<th>Latest Version</th> | ||
<th>Update</th> | ||
</tr> | ||
</tr> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>John</td> | ||
<td>Doe</td> | ||
<td>[email protected]</td> | ||
<td>[email protected]</td> | ||
</tr> | ||
</tr> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> |