forked from publiclab/plots2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default time zone of RSS for event calendar (publiclab#2279)
- Loading branch information
1 parent
ef9da48
commit 5252974
Showing
2 changed files
with
2 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
<div class="col-md-3"> | ||
|
||
<%= render :partial => "sidebar/post_button" %> | ||
<% if params[:controller] != 'questions' %> | ||
<%= feature('sidebar-feature') %> | ||
<% end %> | ||
|
||
<div class="hidden-xs hidden-sm"> | ||
<p><i class="fa fa-envelope"></i> <a href="/lists"><%= t('sidebar._user.discussion_list') %> »</a></p> | ||
<p><%= t('sidebar._user.work_happens_on_discussion_lists') %> <a href="/lists"><%= t('sidebar._user.join_one_today') %></a></p> | ||
<!--<p><a href="/wiki/barnraising-2013"><img src="/images/barnraising-2013.png" width="100%" /></a></p>--> | ||
<hr /> | ||
</div> | ||
<% if params[:controller] == 'questions' %> | ||
<%= render partial: 'tag/sorting' %> | ||
<% end %> | ||
<hr/> | ||
|
||
<%= render partial: 'sidebar/wikis', locals: { wikis: @wikis, title: I18n.t('sidebar._user.recent_wiki_edits'), node: @node } %> | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters