Compare commits

..

6 Commits

Author SHA1 Message Date
chiu 61f1724dab Update _profile.html.erb 2019-11-03 20:18:28 +08:00
chiu f888340e68 Update _profile.html.erb 2019-11-03 20:17:43 +08:00
chiu 6f67fb226e Update _profile.html.erb 2019-11-03 20:17:12 +08:00
chiu dcbf5511a4 Update _profile.html.erb 2019-11-03 20:13:04 +08:00
chiu c5d02e0a8c Update _profile.html.erb 2019-11-03 20:08:47 +08:00
chiu 9fa1427733 Update _profile.html.erb 2019-11-03 18:08:51 +08:00
1 changed files with 0 additions and 8 deletions

View File

@ -4,7 +4,6 @@
<% content_for :page_specific_javascript do %>
<%= javascript_include_tag "lib/list-check" %>
<% end %>
<%
if has_access?
@writing_journals = JournalPaper.where(member_profile_id: @member.id).desc(:year).page(params[:page]).per(10)
@ -12,7 +11,6 @@
@writing_journals = JournalPaper.where(is_hidden: false, member_profile_id: @member.id).desc(:year).page(params[:page]).per(10)
end
%>
<% if has_access? %>
<div class="list-active">
<div class="btn-group">
@ -21,7 +19,6 @@
</div>
</div>
<% end -%>
<table class="table table-condensed table-striped main-list">
<thead>
<tr>
@ -56,16 +53,13 @@
<% end %>
</ul>
</div>
</td>
<td><%= writing_journal.authors %></td>
</tr>
<% end %>
</tbody>
</table>
<div class="bottomnav clearfix">
<% if has_access? %>
<div class="action pull-right">
@ -78,7 +72,6 @@
<%= paginate @writing_journals, :params => {:direction => params[:direction], :sort => params[:sort] } %>
</div>
</div>
<div id="dialog" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="Delete item" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
@ -89,4 +82,3 @@
<button class="delete-item btn btn-danger"><%= t(:submit) %></button>
</div>
</div>