diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-24 04:09:20 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-24 04:09:20 +0000 |
| commit | 2a3f37903f693cd5af13dbf8dd7df3d0f4e19ee0 (patch) | |
| tree | 6d88260f53dd867d34238cf07a2710d99c62dfd0 /views | |
| parent | 807eb06e57ba4454bdba32493ae603ef9c2c45a1 (diff) | |
| parent | 59cf16ee546111c186e36dc723a60de49cf25001 (diff) | |
Merge branch 'master' of https://github.com/HumairAK/solutions_repo
Diffstat (limited to 'views')
| -rw-r--r-- | views/layouts/layout.hbs | 3 | ||||
| -rw-r--r-- | views/user_profile_alt.hbs | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 62e9134..ddfa945 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -24,6 +24,9 @@ <script src="/assets/js/jquery-2.2.4.min.js"></script> <script src="/assets/js/bootstrap.min.js"></script> <script src="/assets/js/script.js"></script> + <script> + var socket = io(); + </script> </head> <body> {{> header }} diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 6455cc6..bad6fe5 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -108,7 +108,7 @@ </table> </div> {{ else }} - <h3>You do not have any followers.</h3> + <h3>You are not following any exams.</h3> {{/if}} </div> <div class="row" id="profile-friends"> |
