diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/user_profile_alt.hbs | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/views/user_profile_alt.hbs b/views/user_profile_alt.hbs index 2270d76..30153d1 100644 --- a/views/user_profile_alt.hbs +++ b/views/user_profile_alt.hbs @@ -199,19 +199,20 @@ col-sm-offset-0 col-md-offset-3 col-lg-offset-3 toppad prf-details"> </thead> <tbody> {{# each inbox }} - <a href="#" data-toggle="modal" data-target=".{{this.date}}{{this.sender}}"> <tr> - <td>{{ this.date }}</td> - <td>{{ this.subject }}</td> - <td>{{ this.sender }}</td> + <td><a href="#" data-toggle="modal" data-target=".{{ this.class }}"> + {{ this.date }}</a></td> + <td><a href="#" data-toggle="modal" data-target=".{{ this.class }}"> + {{ this.subject }}</a></td> + <td><a href="#" data-toggle="modal" data-target=".{{ this.class }}"> + {{ this.sender }}</a></td> </tr> - </a> {{/each}} </tbody> </table> {{# each inbox}} - <article class="modal fade {{this.date}}{{this.sender}}"> + <article class="modal fade {{this.class}}"> <div class="modal-dialog"> <div class="modal-content"> @@ -287,4 +288,4 @@ col-sm-offset-0 col-md-offset-3 col-lg-offset-3 toppad prf-details"> </div> </div> -</main>
\ No newline at end of file +</main> |
