sync
This commit is contained in:
		| @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; | |||||||
| // by using the '*' as shown below: | // by using the '*' as shown below: | ||||||
| // [assembly: AssemblyVersion("1.0.*")] | // [assembly: AssemblyVersion("1.0.*")] | ||||||
| [assembly: AssemblyVersion("1.0.0.0")] | [assembly: AssemblyVersion("1.0.0.0")] | ||||||
| [assembly: AssemblyFileVersion("2.20.429")] | [assembly: AssemblyFileVersion("2.20.430")] | ||||||
|   | |||||||
| @@ -477,7 +477,7 @@ namespace IronIntel.Contractor.Site.MapView | |||||||
|             EmailFormat += "Description:</br>"; |             EmailFormat += "Description:</br>"; | ||||||
|             EmailFormat += "{6}</br><br/>"; |             EmailFormat += "{6}</br><br/>"; | ||||||
|             EmailFormat += "Click the link below to view directions to this asset:</br>"; |             EmailFormat += "Click the link below to view directions to this asset:</br>"; | ||||||
|             EmailFormat += "{7}"; |             EmailFormat += "<a href=\"{7}\">View Directions</a>"; | ||||||
|             if (asset.Location == null) |             if (asset.Location == null) | ||||||
|                 asset.Location = new LocationViewItem(); |                 asset.Location = new LocationViewItem(); | ||||||
|             return string.Format(EmailFormat, |             return string.Format(EmailFormat, | ||||||
|   | |||||||
| @@ -33,4 +33,4 @@ using System.Runtime.InteropServices; | |||||||
| // by using the '*' as shown below: | // by using the '*' as shown below: | ||||||
| // [assembly: AssemblyVersion("1.0.*")] | // [assembly: AssemblyVersion("1.0.*")] | ||||||
| [assembly: AssemblyVersion("1.0.0.0")] | [assembly: AssemblyVersion("1.0.0.0")] | ||||||
| [assembly: AssemblyFileVersion("2.20.429")] | [assembly: AssemblyFileVersion("2.20.430")] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user