forked from corowne/lorekeeper
-
Notifications
You must be signed in to change notification settings - Fork 2
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
54ba07d
commit ecbbc12
Showing
2 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
20 changes: 9 additions & 11 deletions
20
resources/views/admin/items/tags/elemental_potion.blade.php
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,12 +1,10 @@ | ||
<p> | ||
Potions by default can only apply one element a specific object, and by default can only apply to characters. | ||
<br /> | ||
Potions can only apply elements to characters that have less than 2 elements. | ||
</p> | ||
|
||
<p> | ||
Potions by default can only apply one element a specific object, and by default can only apply to characters. | ||
<br /> | ||
Potions can only apply elements to characters that have less than 2 elements. | ||
</p> | ||
|
||
<div class="form-group"> | ||
{!! Form::label('Element') !!} | ||
{!! Form::select('element_id', $elements, $tag->getData()['element_id'], ['class' => 'form-control']) !!} | ||
</div> | ||
|
||
<div class="form-group"> | ||
{!! Form::label('Element') !!} | ||
{!! Form::select('element_id', $elements, $tag->getData()['element_id'], ['class' => 'form-control']) !!} | ||
</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