diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-25 07:48:00 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-25 07:48:00 +0000 |
| commit | badc34373b4e474d9bf443e36e6bbe5669eb9556 (patch) | |
| tree | 95bee85d8c2da59ada3ac9ef7bae464873912a37 /views | |
| parent | 1032205c1a94ae31d780d2c339abbe628eb27fae (diff) | |
need pulL
Diffstat (limited to 'views')
| -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> |
