-
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
1 parent
1411fcb
commit 5d29e7d
Showing
17 changed files
with
130 additions
and
138 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
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 |
---|---|---|
@@ -1,10 +1,15 @@ | ||
<h1>Editing assumption</h1> | ||
<div style="padding-left: 20px; padding-right: 10px"> | ||
|
||
<%= render "form", assumption: @assumption %> | ||
<div class="engraved"> | ||
<span>Edit assumption</span> | ||
</div> | ||
|
||
<br> | ||
<%= render "form", assumption: @assumption %> | ||
|
||
<div> | ||
<%= link_to "Show this assumption", @assumption %> | | ||
<%= link_to "Back to assumptions", assumptions_path %> | ||
<br> | ||
|
||
<div> | ||
<%= link_to "Show this assumption", @assumption %> | | ||
<%= link_to "Back to assumptions", assumptions_path %> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,9 +1,13 @@ | ||
<h1>New assumption</h1> | ||
<div style="padding-left: 20px; padding-right: 10px"> | ||
|
||
<%= render "form", assumption: @assumption %> | ||
<div class="engraved"> | ||
<span>New assumption</span> | ||
</div> | ||
<%= render "form", assumption: @assumption %> | ||
|
||
<br> | ||
<br> | ||
|
||
<div> | ||
<%= link_to "Back to assumptions", assumptions_path %> | ||
</div> | ||
<div> | ||
<%= link_to "Back to assumptions", assumptions_path %> | ||
</div> | ||
</div> |
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
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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
<h1>Editing practice</h1> | ||
<div style="padding-left: 20px; padding-right: 10px"> | ||
|
||
<%= render "form", practice: @practice %> | ||
<div class="engraved"> | ||
<span>Edit practice</span> | ||
</div> | ||
<%= render "form", practice: @practice %> | ||
|
||
<br> | ||
<br> | ||
|
||
<div> | ||
<%= link_to "Show this practice", @practice %> | | ||
<%= link_to "Back to practices", practices_path %> | ||
<div> | ||
<%= link_to "Show this practice", @practice %> | | ||
<%= link_to "Back to practices", practices_path %> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,9 +1,14 @@ | ||
<h1>New practice</h1> | ||
<div style="padding-left: 20px; padding-right: 10px"> | ||
|
||
<%= render "form", practice: @practice %> | ||
<div class="engraved"> | ||
<span>New practice</span> | ||
</div> | ||
|
||
<br> | ||
<%= render "form", practice: @practice %> | ||
|
||
<div> | ||
<%= link_to "Back to practices", practices_path %> | ||
</div> | ||
<br> | ||
|
||
<div> | ||
<%= link_to "Back to practices", practices_path %> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,10 +1,14 @@ | ||
<h1>Editing theory</h1> | ||
<div style="padding-left: 20px; padding-right: 10px"> | ||
|
||
<%= render "form", theory: @theory %> | ||
<div class="engraved"> | ||
<span>Edit theory</span> | ||
</div> | ||
<%= render "form", theory: @theory %> | ||
|
||
<br> | ||
<br> | ||
|
||
<div> | ||
<%= link_to "Show this theory", @theory %> | | ||
<%= link_to "Back to theories", theories_path %> | ||
<div> | ||
<%= link_to "Show this theory", @theory %> | | ||
<%= link_to "Back to theories", theories_path %> | ||
</div> | ||
</div> |
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 |
---|---|---|
@@ -1,9 +1,14 @@ | ||
<h1>New theory</h1> | ||
<div style="padding-left: 20px; padding-right: 10px"> | ||
|
||
<%= render "form", theory: @theory %> | ||
<div class="engraved"> | ||
<span>New theory</span> | ||
</div> | ||
|
||
<br> | ||
<%= render "form", theory: @theory %> | ||
|
||
<div> | ||
<%= link_to "Back to theories", theories_path %> | ||
<br> | ||
|
||
<div> | ||
<%= link_to "Back to theories", theories_path %> | ||
</div> | ||
</div> |
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
Binary file not shown.