diff options
Diffstat (limited to 'views/user_profile_alt.hbs')
| -rw-r--r-- | views/user_profile_alt.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 89680e9..2270d76 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -199,7 +199,7 @@ col-sm-offset-0 col-md-offset-3 col-lg-offset-3 toppad prf-details"> </thead> <tbody> {{# each inbox }} - <a href="#" data-toggle="modal"> + <a href="#" data-toggle="modal" data-target=".{{this.date}}{{this.sender}}"> <tr> <td>{{ this.date }}</td> <td>{{ this.subject }}</td> |
