changed Edit profile button text

master
Massimiliano Assante 3 years ago
parent 70a85899c5
commit 5189ddbf94

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/social-profile-2.3.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/social-profile-2.3.0/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/social-profile-2.3.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/social-profile-2.3.0/WEB-INF/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -41,5 +41,5 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/social-profile-2.3.0-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/social-profile-2.3.0/WEB-INF/classes"/>
</classpath>

@ -1,4 +1,4 @@
eclipse.preferences.version=1
lastWarOutDir=/Users/massi/workspace/social-profile/target/social-profile-2.3.0-SNAPSHOT
lastWarOutDir=/Users/massi/workspace/social-profile/target/social-profile-2.3.0
warSrcDir=src/main/webapp
warSrcDirIsOutput=false

@ -63,8 +63,7 @@
<div class="user-details">
<g:Button ui:field="messageButton" visible="false">Private
Message</g:Button>
<g:Button ui:field="editButton" visible="false">Edit Profile
Manually</g:Button>
<g:Button ui:field="editButton" visible="false">Edit Profile</g:Button>
</div>
</td>
</tr>

Loading…
Cancel
Save