Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/Sitecore/Habitat
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegJytnik committed Dec 16, 2015
2 parents a49a52c + 9c52cac commit 51d9060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Feature/Demo/code/Texts/Captions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ public class ContactDetails
public static string Goals => DictionaryRepository.Get("/Demo/ContactDetails/Goals", "Goals");
public static string CustomValues => DictionaryRepository.Get("/Demo/ContactDetails/CustomValues", "Custom Values");
public static string Outcomes => DictionaryRepository.Get("/Demo/ContactDetails/Outcomes", "Outcomes");
public static string PageEvents => DictionaryRepository.Get("/Demo/ContactDetails/PageEvents", "Page Events");
public static string Venues => DictionaryRepository.Get("/Demo/ContactDetails/Venues", "Venues");

}
}
}
2 changes: 2 additions & 0 deletions src/Feature/Demo/code/Views/Demo/ContactDetails.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@
@Html.Partial("KeyBehaviourCacheList", new KeyBehaviorCacheEntryModel { Entries = Model.KeyBehaviorCache.Goals, Title = Captions.ContactDetails.Goals })
@Html.Partial("KeyBehaviourCacheList", new KeyBehaviorCacheEntryModel { Entries = Model.KeyBehaviorCache.CustomValues, Title = Captions.ContactDetails.CustomValues })
@Html.Partial("KeyBehaviourCacheList", new KeyBehaviorCacheEntryModel { Entries = Model.KeyBehaviorCache.Outcomes, Title = Captions.ContactDetails.Outcomes })
@Html.Partial("KeyBehaviourCacheList", new KeyBehaviorCacheEntryModel { Entries = Model.KeyBehaviorCache.PageEvents, Title = Captions.ContactDetails.PageEvents })
@Html.Partial("KeyBehaviourCacheList", new KeyBehaviorCacheEntryModel { Entries = Model.KeyBehaviorCache.Venues, Title = Captions.ContactDetails.Venues })
}
</div>
</div>
Expand Down

0 comments on commit 51d9060

Please sign in to comment.