-
Notifications
You must be signed in to change notification settings - Fork 80
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
1 parent
68916cf
commit 7f4b79f
Showing
7 changed files
with
48 additions
and
0 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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,32 @@ | ||
<%= render partial: 'demo/common_info', locals: { file: __FILE__ } %> | ||
|
||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th scope="col">#</th> | ||
<th scope="col">Logo</th> | ||
<th scope="col">Name</th> | ||
<th scope="col">Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th scope="row">1</th> | ||
<td><%= image_tag '/Rails7.StartKit.jpg', width: '100px' %></td> | ||
<td>Rails 7. Start kit</td> | ||
<td>Instant Rails on Any Platform</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">2</th> | ||
<td><%= image_tag 'Rails7.StartKit-sprockets.jpg', width: '100px' %></td> | ||
<td>Rails 7. Start kit</td> | ||
<td>Instant Rails on Any Platform</td> | ||
</tr> | ||
<tr> | ||
<th scope="row">3</th> | ||
<td><div class="Rails7startkit-logo" /></td> | ||
<td>Rails 7. Start kit</td> | ||
<td>Instant Rails on Any Platform</td> | ||
</tr> | ||
</tbody> | ||
</table> |
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