Fix refactor issues.
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<kind value="PACKAGE" />
|
<kind value="PACKAGE" />
|
||||||
<package value="InfantrySkillCalculator" />
|
<package value="InfantrySkillCalculator" />
|
||||||
<directory value="$PROJECT_DIR$" />
|
<directory value="$PROJECT_DIR$" />
|
||||||
<filePath value="$PROJECT_DIR$/main.go" />
|
<filePath value="$PROJECT_DIR$/cmd/main.go" />
|
||||||
<method v="2">
|
<method v="2">
|
||||||
<option name="RunConfigurationTask" enabled="true" run_configuration_name="Redis" run_configuration_type="docker-deploy" />
|
<option name="RunConfigurationTask" enabled="true" run_configuration_name="Redis" run_configuration_type="docker-deploy" />
|
||||||
</method>
|
</method>
|
||||||
|
|||||||
15
.idea/webResources.xml
generated
Normal file
15
.idea/webResources.xml
generated
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="WebResourcesPaths">
|
||||||
|
<contentEntries>
|
||||||
|
<entry url="file://$PROJECT_DIR$">
|
||||||
|
<entryData>
|
||||||
|
<resourceRoots>
|
||||||
|
<path value="file://$PROJECT_DIR$/static" />
|
||||||
|
<path value="file://$PROJECT_DIR$/templates" />
|
||||||
|
</resourceRoots>
|
||||||
|
</entryData>
|
||||||
|
</entry>
|
||||||
|
</contentEntries>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -31,21 +31,16 @@
|
|||||||
{{ template "bottom_controls" . }}
|
{{ template "bottom_controls" . }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Delete Clan Modal -->
|
{{ if not (eq .UserRole "READER")}}
|
||||||
{{ template "delete_clan" . }}
|
{{ template "delete_clan" . }}
|
||||||
<!-- Add Clan Modal -->
|
|
||||||
{{ template "add_clan" . }}
|
{{ template "add_clan" . }}
|
||||||
<!-- Edit Clan Modal -->
|
|
||||||
{{ template "edit_clan" . }}
|
{{ template "edit_clan" . }}
|
||||||
|
|
||||||
<!-- Add Player Modal -->
|
|
||||||
{{ template "add_player" . }}
|
{{ template "add_player" . }}
|
||||||
<!-- Delete Player Modal -->
|
|
||||||
{{ template "delete_player" . }}
|
{{ template "delete_player" . }}
|
||||||
<!-- Edit Player Modal -->
|
|
||||||
{{ template "edit_player" . }}
|
{{ template "edit_player" . }}
|
||||||
|
{{ end}}
|
||||||
|
|
||||||
<!-- Settings Modal -->
|
|
||||||
{{ template "settings" . }}
|
{{ template "settings" . }}
|
||||||
|
|
||||||
<script lang="javascript">
|
<script lang="javascript">
|
||||||
|
|||||||
Reference in New Issue
Block a user